Struct WTSUSERCONFIGW
#[repr(C)]pub struct WTSUSERCONFIGW {Show 18 fields
pub Source: u32,
pub InheritInitialProgram: u32,
pub AllowLogonTerminalServer: u32,
pub TimeoutSettingsConnections: u32,
pub TimeoutSettingsDisconnections: u32,
pub TimeoutSettingsIdle: u32,
pub DeviceClientDrives: u32,
pub DeviceClientPrinters: u32,
pub ClientDefaultPrinter: u32,
pub BrokenTimeoutSettings: u32,
pub ReconnectSettings: u32,
pub ShadowingSettings: u32,
pub TerminalServerRemoteHomeDir: u32,
pub InitialProgram: [u16; 261],
pub WorkDirectory: [u16; 261],
pub TerminalServerProfilePath: [u16; 261],
pub TerminalServerHomeDir: [u16; 261],
pub TerminalServerHomeDirDrive: [u16; 4],
}
Fields§
§Source: u32
§InheritInitialProgram: u32
§AllowLogonTerminalServer: u32
§TimeoutSettingsConnections: u32
§TimeoutSettingsDisconnections: u32
§TimeoutSettingsIdle: u32
§DeviceClientDrives: u32
§DeviceClientPrinters: u32
§ClientDefaultPrinter: u32
§BrokenTimeoutSettings: u32
§ReconnectSettings: u32
§ShadowingSettings: u32
§TerminalServerRemoteHomeDir: u32
§InitialProgram: [u16; 261]
§WorkDirectory: [u16; 261]
§TerminalServerProfilePath: [u16; 261]
§TerminalServerHomeDir: [u16; 261]
§TerminalServerHomeDirDrive: [u16; 4]
Trait Implementations§
§impl Clone for WTSUSERCONFIGW
impl Clone for WTSUSERCONFIGW
§fn clone(&self) -> WTSUSERCONFIGW
fn clone(&self) -> WTSUSERCONFIGW
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 WTSUSERCONFIGW
Auto Trait Implementations§
impl Freeze for WTSUSERCONFIGW
impl RefUnwindSafe for WTSUSERCONFIGW
impl Send for WTSUSERCONFIGW
impl Sync for WTSUSERCONFIGW
impl Unpin for WTSUSERCONFIGW
impl UnwindSafe for WTSUSERCONFIGW
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