[][src]Struct winapi::um::lmshare::SHARE_INFO_503

#[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: LMSTRshi503_type: DWORDshi503_remark: LMSTRshi503_permissions: DWORDshi503_max_uses: DWORDshi503_current_uses: DWORDshi503_path: LMSTRshi503_passwd: LMSTRshi503_servername: LMSTRshi503_reserved: DWORDshi503_security_descriptor: PSECURITY_DESCRIPTOR

Trait Implementations

impl Copy for SHARE_INFO_503[src]

impl Clone for SHARE_INFO_503[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SHARE_INFO_503[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]