pub enum OvpnMode {
P2p = 0,
Mp = 1,
}Available on crate feature
rt-link only.Expand description
Enum - defines an integer enumeration, with values for each entry incrementing by 1, (e.g. 0, 1, 2, 3)
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OvpnMode
impl RefUnwindSafe for OvpnMode
impl Send for OvpnMode
impl Sync for OvpnMode
impl Unpin for OvpnMode
impl UnsafeUnpin for OvpnMode
impl UnwindSafe for OvpnMode
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