Struct linux_raw_sys::net::ip6t_get_entries
source · #[repr(C)]pub struct ip6t_get_entries {
pub name: [c_char; 32],
pub size: c_uint,
pub entrytable: __IncompleteArrayField<ip6t_entry>,
}
Fields§
§name: [c_char; 32]
§size: c_uint
§entrytable: __IncompleteArrayField<ip6t_entry>
Auto Trait Implementations§
impl Freeze for ip6t_get_entries
impl RefUnwindSafe for ip6t_get_entries
impl Send for ip6t_get_entries
impl Sync for ip6t_get_entries
impl Unpin for ip6t_get_entries
impl UnwindSafe for ip6t_get_entries
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