#[repr(C)]pub struct xfrm_id {
pub daddr: xfrm_address_t,
pub spi: __be32,
pub proto: __u8,
pub __bindgen_padding_0: [u8; 3],
}Fields§
§daddr: xfrm_address_t§spi: __be32§proto: __u8§__bindgen_padding_0: [u8; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for xfrm_id
impl RefUnwindSafe for xfrm_id
impl Send for xfrm_id
impl Sync for xfrm_id
impl Unpin for xfrm_id
impl UnwindSafe for xfrm_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