Struct WTSCONFIGINFOA
#[repr(C)]pub struct WTSCONFIGINFOA {
pub version: u32,
pub fConnectClientDrivesAtLogon: u32,
pub fConnectPrinterAtLogon: u32,
pub fDisablePrinterRedirection: u32,
pub fDisableDefaultMainClientPrinter: u32,
pub ShadowSettings: u32,
pub LogonUserName: [i8; 21],
pub LogonDomain: [i8; 18],
pub WorkDirectory: [i8; 261],
pub InitialProgram: [i8; 261],
pub ApplicationName: [i8; 261],
}
Fields§
§version: u32
§fConnectClientDrivesAtLogon: u32
§fConnectPrinterAtLogon: u32
§fDisablePrinterRedirection: u32
§fDisableDefaultMainClientPrinter: u32
§ShadowSettings: u32
§LogonUserName: [i8; 21]
§LogonDomain: [i8; 18]
§WorkDirectory: [i8; 261]
§InitialProgram: [i8; 261]
§ApplicationName: [i8; 261]
Trait Implementations§
§impl Clone for WTSCONFIGINFOA
impl Clone for WTSCONFIGINFOA
§fn clone(&self) -> WTSCONFIGINFOA
fn clone(&self) -> WTSCONFIGINFOA
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 moreimpl Copy for WTSCONFIGINFOA
Auto Trait Implementations§
impl Freeze for WTSCONFIGINFOA
impl RefUnwindSafe for WTSCONFIGINFOA
impl Send for WTSCONFIGINFOA
impl Sync for WTSCONFIGINFOA
impl Unpin for WTSCONFIGINFOA
impl UnwindSafe for WTSCONFIGINFOA
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