#[repr(C)]pub struct VendorDevicePath {
pub Header: DevicePath,
pub Guid: Guid,
}Fields§
§Header: DevicePath§Guid: GuidAuto Trait Implementations§
impl Freeze for VendorDevicePath
impl RefUnwindSafe for VendorDevicePath
impl Send for VendorDevicePath
impl Sync for VendorDevicePath
impl Unpin for VendorDevicePath
impl UnwindSafe for VendorDevicePath
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