Struct windows_sys::Win32::System::Ioctl::DISK_GROW_PARTITION
#[repr(C)]pub struct DISK_GROW_PARTITION {
pub PartitionNumber: u32,
pub BytesToGrow: i64,
}
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§
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