Struct windows_sys::Win32::Storage::FileSystem::SHARE_INFO_2
[−]#[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: PWSTR
shi2_type: SHARE_TYPE
shi2_remark: PWSTR
shi2_permissions: SHARE_INFO_PERMISSIONS
shi2_max_uses: u32
shi2_current_uses: u32
shi2_path: PWSTR
shi2_passwd: PWSTR
Trait Implementations
impl Clone for SHARE_INFO_2
impl Clone for SHARE_INFO_2
impl Copy for SHARE_INFO_2
Auto Trait Implementations
impl RefUnwindSafe for SHARE_INFO_2
impl !Send for SHARE_INFO_2
impl !Sync for SHARE_INFO_2
impl Unpin for SHARE_INFO_2
impl UnwindSafe for SHARE_INFO_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more