[−][src]Struct gstreamer::memory::MemoryMap
Implementations
impl<'a, T> MemoryMap<'a, T>
[src]
pub fn get_size(&self) -> usize
[src]
pub fn get_memory(&self) -> &MemoryRef
[src]
pub fn as_slice(&self) -> &[u8]
[src]
impl<'a> MemoryMap<'a, Writable>
[src]
pub fn as_mut_slice(&mut self) -> &mut [u8]
[src]
Trait Implementations
impl<'a> AsMut<[u8]> for MemoryMap<'a, Writable>
[src]
impl<'a, T> AsRef<[u8]> for MemoryMap<'a, T>
[src]
impl<'a, T> Debug for MemoryMap<'a, T>
[src]
impl<'a, T> Deref for MemoryMap<'a, T>
[src]
impl<'a> DerefMut for MemoryMap<'a, Writable>
[src]
impl<'a, T> Drop for MemoryMap<'a, T>
[src]
impl<'a, T> Eq for MemoryMap<'a, T>
[src]
impl<'a, T> PartialEq<MemoryMap<'a, T>> for MemoryMap<'a, T>
[src]
fn eq(&self, other: &MemoryMap<'a, T>) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl<'a, T> Send for MemoryMap<'a, T>
[src]
impl<'a, T> Sync for MemoryMap<'a, T>
[src]
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for MemoryMap<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> Unpin for MemoryMap<'a, T> where
T: Unpin,
T: Unpin,
impl<'a, T> UnwindSafe for MemoryMap<'a, T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> PrettyHex for T where
T: AsRef<[u8]>,
T: AsRef<[u8]>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,