Struct windows_sys::Win32::Storage::Vss::VSS_DIFF_VOLUME_PROP
[−]#[repr(C)]pub struct VSS_DIFF_VOLUME_PROP {
pub m_pwszVolumeName: *mut u16,
pub m_pwszVolumeDisplayName: *mut u16,
pub m_llVolumeFreeSpace: i64,
pub m_llVolumeTotalSpace: i64,
}
Expand description
Required features: "Win32_Storage_Vss"
Fields
m_pwszVolumeName: *mut u16
m_pwszVolumeDisplayName: *mut u16
m_llVolumeFreeSpace: i64
m_llVolumeTotalSpace: i64
Trait Implementations
impl Clone for VSS_DIFF_VOLUME_PROP
impl Clone for VSS_DIFF_VOLUME_PROP
impl Copy for VSS_DIFF_VOLUME_PROP
Auto Trait Implementations
impl RefUnwindSafe for VSS_DIFF_VOLUME_PROP
impl !Send for VSS_DIFF_VOLUME_PROP
impl !Sync for VSS_DIFF_VOLUME_PROP
impl Unpin for VSS_DIFF_VOLUME_PROP
impl UnwindSafe for VSS_DIFF_VOLUME_PROP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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