Struct windows_sys::Win32::System::Ioctl::DISK_GROW_PARTITION
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
PartitionNumber: u32
BytesToGrow: i64
Trait Implementations
impl Clone for DISK_GROW_PARTITION
impl Clone for DISK_GROW_PARTITION
impl Copy for DISK_GROW_PARTITION
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more