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