Struct windows::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,
}
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
§fn clone(&self) -> PARTITION_INFORMATION_EX
fn clone(&self) -> PARTITION_INFORMATION_EX
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for PARTITION_INFORMATION_EX
impl Default for PARTITION_INFORMATION_EX
impl Copy for PARTITION_INFORMATION_EX
Auto Trait Implementations§
impl Freeze for PARTITION_INFORMATION_EX
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)