#[repr(C)]pub struct _xt_align {
    pub u8_: __u8,
    pub u16_: __u16,
    pub u32_: __u32,
    pub u64_: __u64,
}Fields§
§u8_: __u8§u16_: __u16§u32_: __u32§u64_: __u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for _xt_align
impl RefUnwindSafe for _xt_align
impl Send for _xt_align
impl Sync for _xt_align
impl Unpin for _xt_align
impl UnwindSafe for _xt_align
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