Struct windows_sys::Win32::Storage::FileSystem::VOLUME_SHRINK_INFO
[−]#[repr(C)]pub struct VOLUME_SHRINK_INFO {
pub VolumeSize: u64,
}
Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
VolumeSize: u64
Trait Implementations
impl Clone for VOLUME_SHRINK_INFO
impl Clone for VOLUME_SHRINK_INFO
impl Copy for VOLUME_SHRINK_INFO
Auto Trait Implementations
impl RefUnwindSafe for VOLUME_SHRINK_INFO
impl Send for VOLUME_SHRINK_INFO
impl Sync for VOLUME_SHRINK_INFO
impl Unpin for VOLUME_SHRINK_INFO
impl UnwindSafe for VOLUME_SHRINK_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more