Enum stm32_metapac::eth::vals::Vlantc
#[repr(u8)]pub enum Vlantc {
VLANTC16 = 0,
VLANTC12 = 1,
}
Variants§
VLANTC16 = 0
Full 16 bit VLAN identifiers are used for comparison and filtering
VLANTC12 = 1
12 bit VLAN identifies are used for comparison and filtering
Implementations§
Trait Implementations§
§impl Ord for Vlantc
impl Ord for Vlantc
§impl PartialOrd for Vlantc
impl PartialOrd for Vlantc
impl Copy for Vlantc
impl Eq for Vlantc
impl StructuralPartialEq for Vlantc
Auto Trait Implementations§
impl Freeze for Vlantc
impl RefUnwindSafe for Vlantc
impl Send for Vlantc
impl Sync for Vlantc
impl Unpin for Vlantc
impl UnwindSafe for Vlantc
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)