Struct linux_raw_sys::net::xt_standard_target
source · #[repr(C)]pub struct xt_standard_target {
pub target: xt_entry_target,
pub verdict: c_int,
}
Fields§
§target: xt_entry_target
§verdict: c_int
Auto 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