#[repr(C)]pub struct _DISK_GROW_PARTITION {
pub PartitionNumber: DWORD,
pub BytesToGrow: LARGE_INTEGER,
}
Fields§
§PartitionNumber: DWORD
§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 moreimpl Copy for _DISK_GROW_PARTITION
Auto Trait Implementations§
impl Freeze for _DISK_GROW_PARTITION
impl RefUnwindSafe for _DISK_GROW_PARTITION
impl Send for _DISK_GROW_PARTITION
impl Sync for _DISK_GROW_PARTITION
impl Unpin for _DISK_GROW_PARTITION
impl UnwindSafe for _DISK_GROW_PARTITION
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