#[repr(C)]pub struct hdr_t {
pub type_: Type,
pub size: u16,
}Fields§
§type_: Type§size: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for hdr_t
impl RefUnwindSafe for hdr_t
impl Send for hdr_t
impl Sync for hdr_t
impl Unpin for hdr_t
impl UnwindSafe for hdr_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