#[repr(C)]pub struct nalUnit_t {
pub nalUnitType: nalUnitType_e,
pub nalRefIdc: u32_,
}Fields§
§nalUnitType: nalUnitType_e§nalRefIdc: u32_Trait Implementations§
Auto Trait Implementations§
impl Freeze for nalUnit_t
impl RefUnwindSafe for nalUnit_t
impl Send for nalUnit_t
impl Sync for nalUnit_t
impl Unpin for nalUnit_t
impl UnwindSafe for nalUnit_t
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