#[repr(C)]pub struct xfrm_address_filter {
pub saddr: xfrm_address_t,
pub daddr: xfrm_address_t,
pub family: __u16,
pub splen: __u8,
pub dplen: __u8,
}Fields§
§saddr: xfrm_address_t§daddr: xfrm_address_t§family: __u16§splen: __u8§dplen: __u8Trait Implementations§
Source§impl Clone for xfrm_address_filter
impl Clone for xfrm_address_filter
Source§fn clone(&self) -> xfrm_address_filter
fn clone(&self) -> xfrm_address_filter
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_filter
impl Default for xfrm_address_filter
impl Copy for xfrm_address_filter
Auto Trait Implementations§
impl Freeze for xfrm_address_filter
impl RefUnwindSafe for xfrm_address_filter
impl Send for xfrm_address_filter
impl Sync for xfrm_address_filter
impl Unpin for xfrm_address_filter
impl UnwindSafe for xfrm_address_filter
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