#[repr(C)]pub struct xfrm_user_kmaddress {
pub local: xfrm_address_t,
pub remote: xfrm_address_t,
pub reserved: __u32,
pub family: __u16,
pub __bindgen_padding_0: [u8; 2],
}Fields§
§local: xfrm_address_t§remote: xfrm_address_t§reserved: __u32§family: __u16§__bindgen_padding_0: [u8; 2]Trait Implementations§
Source§impl Clone for xfrm_user_kmaddress
impl Clone for xfrm_user_kmaddress
Source§fn clone(&self) -> xfrm_user_kmaddress
fn clone(&self) -> xfrm_user_kmaddress
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_user_kmaddress
impl Default for xfrm_user_kmaddress
impl Copy for xfrm_user_kmaddress
Auto Trait Implementations§
impl Freeze for xfrm_user_kmaddress
impl RefUnwindSafe for xfrm_user_kmaddress
impl Send for xfrm_user_kmaddress
impl Sync for xfrm_user_kmaddress
impl Unpin for xfrm_user_kmaddress
impl UnwindSafe for xfrm_user_kmaddress
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