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