Struct linux_raw_sys::net::ip6t_standard
source · #[repr(C)]pub struct ip6t_standard {
pub entry: ip6t_entry,
pub target: xt_standard_target,
}
Fields§
§entry: ip6t_entry
§target: xt_standard_target
Auto Trait Implementations§
impl Freeze for ip6t_standard
impl RefUnwindSafe for ip6t_standard
impl !Send for ip6t_standard
impl !Sync for ip6t_standard
impl Unpin for ip6t_standard
impl UnwindSafe for ip6t_standard
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