#[repr(C)]
pub struct SHARE_INFO_2 { pub shi2_netname: PWSTR, pub shi2_type: SHARE_TYPE, pub shi2_remark: PWSTR, pub shi2_permissions: SHARE_INFO_PERMISSIONS, pub shi2_max_uses: u32, pub shi2_current_uses: u32, pub shi2_path: PWSTR, pub shi2_passwd: PWSTR, }
Expand description

Required features: "Win32_Storage_FileSystem"

Fields

shi2_netname: PWSTRshi2_type: SHARE_TYPEshi2_remark: PWSTRshi2_permissions: SHARE_INFO_PERMISSIONSshi2_max_uses: u32shi2_current_uses: u32shi2_path: PWSTRshi2_passwd: PWSTR

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.