Struct windows_sys::Win32::System::Ioctl::DEVICE_DSM_FREE_SPACE_OUTPUT
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
FreeSpace: u64
Trait Implementations
impl Clone for DEVICE_DSM_FREE_SPACE_OUTPUT
impl Clone for DEVICE_DSM_FREE_SPACE_OUTPUT
impl Copy for DEVICE_DSM_FREE_SPACE_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_DSM_FREE_SPACE_OUTPUT
impl Send for DEVICE_DSM_FREE_SPACE_OUTPUT
impl Sync for DEVICE_DSM_FREE_SPACE_OUTPUT
impl Unpin for DEVICE_DSM_FREE_SPACE_OUTPUT
impl UnwindSafe for DEVICE_DSM_FREE_SPACE_OUTPUT
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