#[repr(C)]pub union nf_inet_addr {
pub all: [__u32; 4],
pub ip: __be32,
pub ip6: [__be32; 4],
pub in_: in_addr,
pub in6: in6_addr,
}Fields§
§all: [__u32; 4]§ip: __be32§ip6: [__be32; 4]§in_: in_addr§in6: in6_addrTrait Implementations§
Source§impl Clone for nf_inet_addr
impl Clone for nf_inet_addr
Source§fn clone(&self) -> nf_inet_addr
fn clone(&self) -> nf_inet_addr
Returns a duplicate 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 moreimpl Copy for nf_inet_addr
Auto Trait Implementations§
impl Freeze for nf_inet_addr
impl RefUnwindSafe for nf_inet_addr
impl Send for nf_inet_addr
impl Sync for nf_inet_addr
impl Unpin for nf_inet_addr
impl UnwindSafe for nf_inet_addr
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