pub enum VlanFlags {
ReorderHdr = 1,
Gvrp = 2,
LooseBinding = 4,
Mvrp = 8,
BridgeBinding = 16,
}Available on crate feature
rt-link only.Expand description
Flags - defines an integer enumeration, with values for each entry occupying a bit, starting from bit 0, (e.g. 1, 2, 4, 8)
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VlanFlags
impl RefUnwindSafe for VlanFlags
impl Send for VlanFlags
impl Sync for VlanFlags
impl Unpin for VlanFlags
impl UnwindSafe for VlanFlags
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