pub struct Unit<'a> { /* private fields */ }Expand description
A single NAL unit.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Unit<'a>
impl<'a> RefUnwindSafe for Unit<'a>
impl<'a> Send for Unit<'a>
impl<'a> Sync for Unit<'a>
impl<'a> Unpin for Unit<'a>
impl<'a> UnsafeUnpin for Unit<'a>
impl<'a> UnwindSafe for Unit<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more