#[repr(C, packed(1))]pub struct Entire {
pub header: DevicePathProtocol,
}Fields§
§header: DevicePathProtocolAuto 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