pub struct SaTable { /* private fields */ }Expand description
A table of managed Security Associations.
Implementations§
Auto Trait Implementations§
impl Freeze for SaTable
impl RefUnwindSafe for SaTable
impl Send for SaTable
impl Sync for SaTable
impl Unpin for SaTable
impl UnsafeUnpin for SaTable
impl UnwindSafe for SaTable
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