#[repr(C, packed(1))]pub struct Ieee1394 {
pub header: DevicePathProtocol,
pub _reserved: u32,
pub guid: [u8; 8],
}
Fields§
§header: DevicePathProtocol
§_reserved: u32
§guid: [u8; 8]
Auto Trait Implementations§
impl Freeze for Ieee1394
impl RefUnwindSafe for Ieee1394
impl Send for Ieee1394
impl Sync for Ieee1394
impl Unpin for Ieee1394
impl UnwindSafe for Ieee1394
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