pub struct OuiData { /* private fields */ }
Expand description
A record from the OUI database.
Implementations§
Source§impl OuiData
impl OuiData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OuiData
impl RefUnwindSafe for OuiData
impl Send for OuiData
impl Sync for OuiData
impl Unpin for OuiData
impl UnwindSafe for OuiData
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