#[repr(C)]pub struct xfrm_usersa_id {
pub daddr: xfrm_address_t,
pub spi: __be32,
pub family: __u16,
pub proto: __u8,
pub __bindgen_padding_0: u8,
}Fields§
§daddr: xfrm_address_t§spi: __be32§family: __u16§proto: __u8§__bindgen_padding_0: u8Trait Implementations§
Source§impl Clone for xfrm_usersa_id
impl Clone for xfrm_usersa_id
Source§fn clone(&self) -> xfrm_usersa_id
fn clone(&self) -> xfrm_usersa_id
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_usersa_id
impl Default for xfrm_usersa_id
impl Copy for xfrm_usersa_id
Auto Trait Implementations§
impl Freeze for xfrm_usersa_id
impl RefUnwindSafe for xfrm_usersa_id
impl Send for xfrm_usersa_id
impl Sync for xfrm_usersa_id
impl Unpin for xfrm_usersa_id
impl UnwindSafe for xfrm_usersa_id
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