pub struct VZMACAddress(pub StrongPtr);
Expand description
MAC address
Tuple Fields§
§0: StrongPtr
Implementations§
Source§impl VZMACAddress
impl VZMACAddress
pub fn new() -> VZMACAddress
pub fn random_locally_administered_address() -> VZMACAddress
pub fn init_with_string(s: &str) -> VZMACAddress
Auto Trait Implementations§
impl Freeze for VZMACAddress
impl RefUnwindSafe for VZMACAddress
impl !Send for VZMACAddress
impl !Sync for VZMACAddress
impl Unpin for VZMACAddress
impl UnwindSafe for VZMACAddress
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