Struct windows::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,
}
Fields§
§StartingOffset: i64
§PartitionLength: i64
§HiddenSectors: u32
§PartitionNumber: u32
§PartitionType: u8
§BootIndicator: BOOLEAN
§RecognizedPartition: BOOLEAN
§RewritePartition: BOOLEAN
Trait Implementations§
§impl Clone for PARTITION_INFORMATION
impl Clone for PARTITION_INFORMATION
§fn clone(&self) -> PARTITION_INFORMATION
fn clone(&self) -> PARTITION_INFORMATION
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 Debug for PARTITION_INFORMATION
impl Debug for PARTITION_INFORMATION
§impl Default for PARTITION_INFORMATION
impl Default for PARTITION_INFORMATION
§impl PartialEq for PARTITION_INFORMATION
impl PartialEq for PARTITION_INFORMATION
§fn eq(&self, other: &PARTITION_INFORMATION) -> bool
fn eq(&self, other: &PARTITION_INFORMATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PARTITION_INFORMATION
impl Eq for PARTITION_INFORMATION
impl StructuralPartialEq for PARTITION_INFORMATION
Auto Trait Implementations§
impl Freeze for PARTITION_INFORMATION
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
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
)