Struct windows_sys::Win32::Storage::FileSystem::SHARE_INFO_502
[−]#[repr(C)]pub struct SHARE_INFO_502 {
pub shi502_netname: PWSTR,
pub shi502_type: SHARE_TYPE,
pub shi502_remark: PWSTR,
pub shi502_permissions: SHARE_INFO_PERMISSIONS,
pub shi502_max_uses: u32,
pub shi502_current_uses: u32,
pub shi502_path: PWSTR,
pub shi502_passwd: PWSTR,
pub shi502_reserved: u32,
pub shi502_security_descriptor: PSECURITY_DESCRIPTOR,
}Expand description
Required features: "Win32_Storage_FileSystem", "Win32_Security"
Fields
shi502_netname: PWSTRshi502_type: SHARE_TYPEshi502_remark: PWSTRshi502_permissions: SHARE_INFO_PERMISSIONSshi502_max_uses: u32shi502_current_uses: u32shi502_path: PWSTRshi502_passwd: PWSTRshi502_reserved: u32shi502_security_descriptor: PSECURITY_DESCRIPTORTrait Implementations
impl Clone for SHARE_INFO_502
impl Clone for SHARE_INFO_502
impl Copy for SHARE_INFO_502
Auto Trait Implementations
impl RefUnwindSafe for SHARE_INFO_502
impl !Send for SHARE_INFO_502
impl !Sync for SHARE_INFO_502
impl Unpin for SHARE_INFO_502
impl UnwindSafe for SHARE_INFO_502
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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