#[repr(C)]pub struct xt_standard_target {
    pub target: xt_entry_target,
    pub verdict: c_int,
}Fields§
§target: xt_entry_target§verdict: c_intAuto Trait Implementations§
impl Freeze for xt_standard_target
impl RefUnwindSafe for xt_standard_target
impl !Send for xt_standard_target
impl !Sync for xt_standard_target
impl Unpin for xt_standard_target
impl UnwindSafe for xt_standard_target
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