Struct linux_raw_sys::net::ip6t_getinfo
source · #[repr(C)]pub struct ip6t_getinfo {
pub name: [c_char; 32],
pub valid_hooks: c_uint,
pub hook_entry: [c_uint; 5],
pub underflow: [c_uint; 5],
pub num_entries: c_uint,
pub size: c_uint,
}
Fields§
§name: [c_char; 32]
§valid_hooks: c_uint
§hook_entry: [c_uint; 5]
§underflow: [c_uint; 5]
§num_entries: c_uint
§size: c_uint
Trait Implementations§
source§impl Clone for ip6t_getinfo
impl Clone for ip6t_getinfo
source§fn clone(&self) -> ip6t_getinfo
fn clone(&self) -> ip6t_getinfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ip6t_getinfo
impl Debug for ip6t_getinfo
impl Copy for ip6t_getinfo
Auto Trait Implementations§
impl Freeze for ip6t_getinfo
impl RefUnwindSafe for ip6t_getinfo
impl Send for ip6t_getinfo
impl Sync for ip6t_getinfo
impl Unpin for ip6t_getinfo
impl UnwindSafe for ip6t_getinfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)