pub type DISK_GROW_PARTITION = _DISK_GROW_PARTITION;
Aliased Type§
struct DISK_GROW_PARTITION {
pub PartitionNumber: u32,
pub BytesToGrow: _LARGE_INTEGER,
}
Fields§
§PartitionNumber: u32
§BytesToGrow: _LARGE_INTEGER
Trait Implementations
Source§impl Clone for _DISK_GROW_PARTITION
impl Clone for _DISK_GROW_PARTITION
Source§fn clone(&self) -> _DISK_GROW_PARTITION
fn clone(&self) -> _DISK_GROW_PARTITION
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