#[repr(C)]pub struct SHARE_INFO_503 {
pub shi503_netname: LMSTR,
pub shi503_type: DWORD,
pub shi503_remark: LMSTR,
pub shi503_permissions: DWORD,
pub shi503_max_uses: DWORD,
pub shi503_current_uses: DWORD,
pub shi503_path: LMSTR,
pub shi503_passwd: LMSTR,
pub shi503_servername: LMSTR,
pub shi503_reserved: DWORD,
pub shi503_security_descriptor: PSECURITY_DESCRIPTOR,
}
Fields§
§shi503_netname: LMSTR
§shi503_type: DWORD
§shi503_remark: LMSTR
§shi503_permissions: DWORD
§shi503_max_uses: DWORD
§shi503_current_uses: DWORD
§shi503_path: LMSTR
§shi503_passwd: LMSTR
§shi503_servername: LMSTR
§shi503_reserved: DWORD
§shi503_security_descriptor: PSECURITY_DESCRIPTOR
Trait Implementations§
Source§impl Clone for SHARE_INFO_503
impl Clone for SHARE_INFO_503
Source§fn clone(&self) -> SHARE_INFO_503
fn clone(&self) -> SHARE_INFO_503
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_503
impl Default for SHARE_INFO_503
Source§fn default() -> SHARE_INFO_503
fn default() -> SHARE_INFO_503
Returns the “default value” for a type. Read more
impl Copy for SHARE_INFO_503
Auto Trait Implementations§
impl Freeze for SHARE_INFO_503
impl RefUnwindSafe for SHARE_INFO_503
impl !Send for SHARE_INFO_503
impl !Sync for SHARE_INFO_503
impl Unpin for SHARE_INFO_503
impl UnwindSafe for SHARE_INFO_503
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