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