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