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