Struct win_sys::FileSystem::NAME_CACHE_CONTEXT [−][src]
#[repr(C)]pub struct NAME_CACHE_CONTEXT {
pub m_dwSignature: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
m_dwSignature: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NAME_CACHE_CONTEXT
impl Send for NAME_CACHE_CONTEXT
impl Sync for NAME_CACHE_CONTEXT
impl Unpin for NAME_CACHE_CONTEXT
impl UnwindSafe for NAME_CACHE_CONTEXT
Blanket Implementations
Mutably borrows from an owned value. Read more