pub struct OpKeySwapNotif;Available on crate feature
ovpn only.Expand description
Notify attributes:
Implementations§
Source§impl OpKeySwapNotif
impl OpKeySwapNotif
pub const CMD: u8 = 9u8
pub fn decode_notif<'a>(buf: &'a [u8]) -> IterableOvpnKeyconfGet<'a> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpKeySwapNotif
impl RefUnwindSafe for OpKeySwapNotif
impl Send for OpKeySwapNotif
impl Sync for OpKeySwapNotif
impl Unpin for OpKeySwapNotif
impl UnsafeUnpin for OpKeySwapNotif
impl UnwindSafe for OpKeySwapNotif
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