#[repr(C, packed(1))]pub struct HardDrive {
pub header: DevicePathProtocol,
pub partition_number: u32,
pub partition_start: u64,
pub partition_size: u64,
pub partition_signature: [u8; 16],
pub partition_format: PartitionFormat,
pub signature_type: u8,
}Fields§
§header: DevicePathProtocol§partition_number: u32§partition_start: u64§partition_size: u64§partition_signature: [u8; 16]§partition_format: PartitionFormat§signature_type: u8Auto Trait Implementations§
impl Freeze for HardDrive
impl RefUnwindSafe for HardDrive
impl Send for HardDrive
impl Sync for HardDrive
impl Unpin for HardDrive
impl UnwindSafe for HardDrive
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