pub enum NatMode {
Normal,
Nat1To1,
}
Variants
Normal
Nat1To1
Trait Implementations
impl Copy for NatMode
impl Eq for NatMode
impl StructuralEq for NatMode
impl StructuralPartialEq for NatMode
Auto Trait Implementations
impl RefUnwindSafe for NatMode
impl Send for NatMode
impl Sync for NatMode
impl Unpin for NatMode
impl UnwindSafe for NatMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more