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,
}Fields§
§dwLibRequestPurgeTime: u32§dwOpRequestPurgeTime: u32§dwLibRequestFlags: u32§dwOpRequestFlags: u32§dwMediaPoolPolicy: u32Trait 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§
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