[−][src]Struct gstreamer::buffer::MappedBuffer
Implementations
impl<T> MappedBuffer<T>[src]
pub fn as_slice(&self) -> &[u8][src]
pub fn get_size(&self) -> usize[src]
pub fn get_buffer(&self) -> &BufferRef[src]
pub fn into_buffer(self) -> Buffer[src]
impl MappedBuffer<Writable>[src]
pub fn as_mut_slice(&mut self) -> &mut [u8][src]
Trait Implementations
impl AsMut<[u8]> for MappedBuffer<Writable>[src]
impl<T> AsRef<[u8]> for MappedBuffer<T>[src]
impl<T> Debug for MappedBuffer<T>[src]
impl<T> Deref for MappedBuffer<T>[src]
impl DerefMut for MappedBuffer<Writable>[src]
impl<T> Drop for MappedBuffer<T>[src]
impl<T> Eq for MappedBuffer<T>[src]
impl<T> PartialEq<MappedBuffer<T>> for MappedBuffer<T>[src]
fn eq(&self, other: &MappedBuffer<T>) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T> Send for MappedBuffer<T>[src]
impl<T> Sync for MappedBuffer<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for MappedBuffer<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Unpin for MappedBuffer<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for MappedBuffer<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>,