#[repr(C)]pub union xfrm_address_t {
pub a4: __be32,
pub a6: [__be32; 4],
pub in6: in6_addr,
}Fields§
§a4: __be32§a6: [__be32; 4]§in6: in6_addrTrait Implementations§
Source§impl Clone for xfrm_address_t
impl Clone for xfrm_address_t
Source§fn clone(&self) -> xfrm_address_t
fn clone(&self) -> xfrm_address_t
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 moreSource§impl Default for xfrm_address_t
impl Default for xfrm_address_t
impl Copy for xfrm_address_t
Auto Trait Implementations§
impl Freeze for xfrm_address_t
impl RefUnwindSafe for xfrm_address_t
impl Send for xfrm_address_t
impl Sync for xfrm_address_t
impl Unpin for xfrm_address_t
impl UnwindSafe for xfrm_address_t
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