#[repr(C)]pub struct xt_match {
    pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for xt_match
impl RefUnwindSafe for xt_match
impl Send for xt_match
impl Sync for xt_match
impl Unpin for xt_match
impl UnwindSafe for xt_match
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