pub struct BinaryId {
pub specifier: u32,
pub model: u16,
pub version: u16,
}Expand description
Manufacturer-binary identification (Table 74).
Fields§
§specifier: u32specifier — 24-bit IEEE OUI (low 24 bits).
model: u16model — 16-bit, semantics defined by the specifier.
version: u16version — 16-bit, semantics defined by the specifier.
Trait Implementations§
impl Copy for BinaryId
impl Eq for BinaryId
impl StructuralPartialEq for BinaryId
Auto Trait Implementations§
impl Freeze for BinaryId
impl RefUnwindSafe for BinaryId
impl Send for BinaryId
impl Sync for BinaryId
impl Unpin for BinaryId
impl UnsafeUnpin for BinaryId
impl UnwindSafe for BinaryId
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