#[repr(C)]pub struct MacAddress {
pub bytes: [u8; 6],
}
Fields§
§bytes: [u8; 6]
Trait Implementations§
Source§impl Debug for MacAddress
impl Debug for MacAddress
Source§impl Display for MacAddress
impl Display for MacAddress
Source§impl ExternType for MacAddress
impl ExternType for MacAddress
Auto Trait Implementations§
impl Freeze for MacAddress
impl RefUnwindSafe for MacAddress
impl Send for MacAddress
impl Sync for MacAddress
impl Unpin for MacAddress
impl UnwindSafe for MacAddress
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