#[repr(C)]pub struct xfrm_userpolicy_id {
pub sel: xfrm_selector,
pub index: __u32,
pub dir: __u8,
pub __bindgen_padding_0: [u8; 3],
}Fields§
§sel: xfrm_selector§index: __u32§dir: __u8§__bindgen_padding_0: [u8; 3]Trait Implementations§
Source§impl Clone for xfrm_userpolicy_id
impl Clone for xfrm_userpolicy_id
Source§fn clone(&self) -> xfrm_userpolicy_id
fn clone(&self) -> xfrm_userpolicy_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_userpolicy_id
impl Default for xfrm_userpolicy_id
impl Copy for xfrm_userpolicy_id
Auto Trait Implementations§
impl Freeze for xfrm_userpolicy_id
impl RefUnwindSafe for xfrm_userpolicy_id
impl Send for xfrm_userpolicy_id
impl Sync for xfrm_userpolicy_id
impl Unpin for xfrm_userpolicy_id
impl UnwindSafe for xfrm_userpolicy_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