Struct windows_sys::Win32::Storage::FileSystem::SHARE_INFO_501
[−]#[repr(C)]pub struct SHARE_INFO_501 {
pub shi501_netname: PWSTR,
pub shi501_type: SHARE_TYPE,
pub shi501_remark: PWSTR,
pub shi501_flags: u32,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
shi501_netname: PWSTR
shi501_type: SHARE_TYPE
shi501_remark: PWSTR
shi501_flags: u32
Trait Implementations
impl Clone for SHARE_INFO_501
impl Clone for SHARE_INFO_501
impl Copy for SHARE_INFO_501
Auto Trait Implementations
impl RefUnwindSafe for SHARE_INFO_501
impl !Send for SHARE_INFO_501
impl !Sync for SHARE_INFO_501
impl Unpin for SHARE_INFO_501
impl UnwindSafe for SHARE_INFO_501
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