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