pub enum Registry {
Mal,
Mam,
Mas,
Cid,
Iab,
}Expand description
The registry for an OUI record.
Variants§
Mal
MA-L 24-bit OUI (Organizationally Unique Identifier) registry.
Mam
MA-M 28-bit registry.
Mas
MA-S 36-bit registry.
Cid
CID 24-bit registry. Entries in the CID registry are used for cases where unique MAC addresses are not required.
Iab
IAB (Individual Address Blocks) registry.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Registry
impl RefUnwindSafe for Registry
impl Send for Registry
impl Sync for Registry
impl Unpin for Registry
impl UnwindSafe for Registry
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