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