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