#[repr(u16)]pub enum IpvlanMode {
L2 = 0,
L3 = 1,
L3S = 2,
MAX = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for IpvlanMode
impl Clone for IpvlanMode
Source§fn clone(&self) -> IpvlanMode
fn clone(&self) -> IpvlanMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IpvlanMode
impl Debug for IpvlanMode
Source§impl Hash for IpvlanMode
impl Hash for IpvlanMode
Source§impl PartialEq for IpvlanMode
impl PartialEq for IpvlanMode
impl Copy for IpvlanMode
impl Eq for IpvlanMode
impl StructuralPartialEq for IpvlanMode
Auto Trait Implementations§
impl Freeze for IpvlanMode
impl RefUnwindSafe for IpvlanMode
impl Send for IpvlanMode
impl Sync for IpvlanMode
impl Unpin for IpvlanMode
impl UnwindSafe for IpvlanMode
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