pub type PARTITION_INFORMATION_EX = _PARTITION_INFORMATION_EX;
Aliased Type§
struct PARTITION_INFORMATION_EX {
pub PartitionStyle: i32,
pub StartingOffset: _LARGE_INTEGER,
pub PartitionLength: _LARGE_INTEGER,
pub PartitionNumber: u32,
pub RewritePartition: u8,
pub IsServicePartition: u8,
pub __bindgen_anon_1: _PARTITION_INFORMATION_EX__bindgen_ty_1,
}
Fields§
§PartitionStyle: i32
§StartingOffset: _LARGE_INTEGER
§PartitionLength: _LARGE_INTEGER
§PartitionNumber: u32
§RewritePartition: u8
§IsServicePartition: u8
§__bindgen_anon_1: _PARTITION_INFORMATION_EX__bindgen_ty_1
Trait Implementations
Source§impl Clone for _PARTITION_INFORMATION_EX
impl Clone for _PARTITION_INFORMATION_EX
Source§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