#[repr(C)]pub struct _header {
pub xfeatures: __u64,
pub reserved1: [__u64; 2],
pub reserved2: [__u64; 5],
}
Fields§
§xfeatures: __u64
§reserved1: [__u64; 2]
§reserved2: [__u64; 5]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _header
impl RefUnwindSafe for _header
impl Send for _header
impl Sync for _header
impl Unpin for _header
impl UnwindSafe for _header
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