Struct windows_sys::Win32::System::Ioctl::PARTITION_INFORMATION_MBR
#[repr(C)]pub struct PARTITION_INFORMATION_MBR {
pub PartitionType: u8,
pub BootIndicator: BOOLEAN,
pub RecognizedPartition: BOOLEAN,
pub HiddenSectors: u32,
pub PartitionId: GUID,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§PartitionType: u8
§BootIndicator: BOOLEAN
§RecognizedPartition: BOOLEAN
§HiddenSectors: u32
§PartitionId: GUID
Trait Implementations§
§impl Clone for PARTITION_INFORMATION_MBR
impl Clone for PARTITION_INFORMATION_MBR
impl Copy for PARTITION_INFORMATION_MBR
Auto Trait Implementations§
impl RefUnwindSafe for PARTITION_INFORMATION_MBR
impl Send for PARTITION_INFORMATION_MBR
impl Sync for PARTITION_INFORMATION_MBR
impl Unpin for PARTITION_INFORMATION_MBR
impl UnwindSafe for PARTITION_INFORMATION_MBR
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