#[repr(C, packed(1))]pub struct MacAddress {
pub header: DevicePathProtocol,
pub mac_address: [u8; 32],
pub interface_type: u8,
}
Fields§
§header: DevicePathProtocol
§mac_address: [u8; 32]
§interface_type: u8
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