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