Struct windows_sys::Win32::Storage::FileSystem::NTMS_COMPUTERINFORMATION
[−]#[repr(C)]pub struct NTMS_COMPUTERINFORMATION {
pub dwLibRequestPurgeTime: u32,
pub dwOpRequestPurgeTime: u32,
pub dwLibRequestFlags: u32,
pub dwOpRequestFlags: u32,
pub dwMediaPoolPolicy: u32,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
dwLibRequestPurgeTime: u32
dwOpRequestPurgeTime: u32
dwLibRequestFlags: u32
dwOpRequestFlags: u32
dwMediaPoolPolicy: u32
Trait Implementations
impl Clone for NTMS_COMPUTERINFORMATION
impl Clone for NTMS_COMPUTERINFORMATION
impl Copy for NTMS_COMPUTERINFORMATION
Auto Trait Implementations
impl RefUnwindSafe for NTMS_COMPUTERINFORMATION
impl Send for NTMS_COMPUTERINFORMATION
impl Sync for NTMS_COMPUTERINFORMATION
impl Unpin for NTMS_COMPUTERINFORMATION
impl UnwindSafe for NTMS_COMPUTERINFORMATION
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