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