#[repr(u8)]pub enum SaState {
Larval = 0,
Mature = 1,
Dying = 2,
Dead = 3,
}
Expand description
PF_KEY security association states.
Variants§
Trait Implementations§
impl Copy for SaState
Auto Trait Implementations§
impl Freeze for SaState
impl RefUnwindSafe for SaState
impl Send for SaState
impl Sync for SaState
impl Unpin for SaState
impl UnwindSafe for SaState
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