#[repr(C)]pub struct SHARE_INFO_2 {
pub shi2_netname: LMSTR,
pub shi2_type: DWORD,
pub shi2_remark: LMSTR,
pub shi2_permissions: DWORD,
pub shi2_max_uses: DWORD,
pub shi2_current_uses: DWORD,
pub shi2_path: LMSTR,
pub shi2_passwd: LMSTR,
}
Fields§
§shi2_netname: LMSTR
§shi2_type: DWORD
§shi2_remark: LMSTR
§shi2_permissions: DWORD
§shi2_max_uses: DWORD
§shi2_current_uses: DWORD
§shi2_path: LMSTR
§shi2_passwd: LMSTR
Trait Implementations§
Source§impl Clone for SHARE_INFO_2
impl Clone for SHARE_INFO_2
Source§fn clone(&self) -> SHARE_INFO_2
fn clone(&self) -> SHARE_INFO_2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SHARE_INFO_2
impl Default for SHARE_INFO_2
Source§fn default() -> SHARE_INFO_2
fn default() -> SHARE_INFO_2
Returns the “default value” for a type. Read more
impl Copy for SHARE_INFO_2
Auto Trait Implementations§
impl Freeze for SHARE_INFO_2
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more