#[repr(u16)]pub enum SaExtType {
Sa = 1,
LifetimeCurrent = 2,
LifetimeHard = 3,
LifetimeSoft = 4,
AddressSrc = 5,
AddressDst = 6,
StrAuth = 28,
}
Expand description
PF_KEY security association extension types.
Variants§
Sa = 1
LifetimeCurrent = 2
LifetimeHard = 3
LifetimeSoft = 4
AddressSrc = 5
AddressDst = 6
StrAuth = 28
Trait Implementations§
impl Copy for SaExtType
Auto Trait Implementations§
impl Freeze for SaExtType
impl RefUnwindSafe for SaExtType
impl Send for SaExtType
impl Sync for SaExtType
impl Unpin for SaExtType
impl UnwindSafe for SaExtType
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