#[repr(u8)]pub enum SaType {
Unspec = 0,
Ah = 2,
Esp = 3,
TcpSig = 4,
Rsvp = 5,
OspvV2 = 6,
RipV2 = 7,
Mip = 8,
}
Expand description
PF_KEY security association types.
Variants§
Trait Implementations§
impl Copy for SaType
Auto Trait Implementations§
impl Freeze for SaType
impl RefUnwindSafe for SaType
impl Send for SaType
impl Sync for SaType
impl Unpin for SaType
impl UnwindSafe for SaType
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