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