#[repr(C)]pub struct SHARE_INFO_502 {
pub shi502_netname: LMSTR,
pub shi502_type: DWORD,
pub shi502_remark: LMSTR,
pub shi502_permissions: DWORD,
pub shi502_max_uses: DWORD,
pub shi502_current_uses: DWORD,
pub shi502_path: LMSTR,
pub shi502_passwd: LMSTR,
pub shi502_reserved: DWORD,
pub shi502_security_descriptor: PSECURITY_DESCRIPTOR,
}
Fields§
§shi502_netname: LMSTR
§shi502_type: DWORD
§shi502_remark: LMSTR
§shi502_permissions: DWORD
§shi502_max_uses: DWORD
§shi502_current_uses: DWORD
§shi502_path: LMSTR
§shi502_passwd: LMSTR
§shi502_reserved: DWORD
§shi502_security_descriptor: PSECURITY_DESCRIPTOR
Trait Implementations§
Source§impl Clone for SHARE_INFO_502
impl Clone for SHARE_INFO_502
Source§fn clone(&self) -> SHARE_INFO_502
fn clone(&self) -> SHARE_INFO_502
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_502
impl Default for SHARE_INFO_502
Source§fn default() -> SHARE_INFO_502
fn default() -> SHARE_INFO_502
Returns the “default value” for a type. Read more
impl Copy for SHARE_INFO_502
Auto Trait Implementations§
impl Freeze for SHARE_INFO_502
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§
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