Struct ntapi::winsta::NASICONFIG
source · [−]#[repr(C)]pub struct NASICONFIG {
pub SpecificName: NASISPECIFICNAME,
pub UserName: NASIUSERNAME,
pub PassWord: NASIPASSWORD,
pub SessionName: NASISESIONNAME,
pub FileServer: NASIFILESERVER,
pub GlobalSession: BOOLEAN,
}
Fields
SpecificName: NASISPECIFICNAME
UserName: NASIUSERNAME
PassWord: NASIPASSWORD
SessionName: NASISESIONNAME
FileServer: NASIFILESERVER
GlobalSession: BOOLEAN
Trait Implementations
sourceimpl Clone for NASICONFIG
impl Clone for NASICONFIG
sourcefn clone(&self) -> NASICONFIG
fn clone(&self) -> NASICONFIG
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for NASICONFIG
Auto Trait Implementations
impl RefUnwindSafe for NASICONFIG
impl Send for NASICONFIG
impl Sync for NASICONFIG
impl Unpin for NASICONFIG
impl UnwindSafe for NASICONFIG
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