Struct windows::Win32::System::RemoteDesktop::WTSUSERCONFIGA
#[repr(C)]pub struct WTSUSERCONFIGA {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: [i8; 261],
pub WorkDirectory: [i8; 261],
pub TerminalServerProfilePath: [i8; 261],
pub TerminalServerHomeDir: [i8; 261],
pub TerminalServerHomeDirDrive: [i8; 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: [i8; 261]
§WorkDirectory: [i8; 261]
§TerminalServerProfilePath: [i8; 261]
§TerminalServerHomeDir: [i8; 261]
§TerminalServerHomeDirDrive: [i8; 4]
Trait Implementations§
§impl Clone for WTSUSERCONFIGA
impl Clone for WTSUSERCONFIGA
§fn clone(&self) -> WTSUSERCONFIGA
fn clone(&self) -> WTSUSERCONFIGA
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 more§impl Debug for WTSUSERCONFIGA
impl Debug for WTSUSERCONFIGA
§impl Default for WTSUSERCONFIGA
impl Default for WTSUSERCONFIGA
§impl PartialEq for WTSUSERCONFIGA
impl PartialEq for WTSUSERCONFIGA
§fn eq(&self, other: &WTSUSERCONFIGA) -> bool
fn eq(&self, other: &WTSUSERCONFIGA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WTSUSERCONFIGA
impl Eq for WTSUSERCONFIGA
impl StructuralPartialEq for WTSUSERCONFIGA
Auto Trait Implementations§
impl Freeze for WTSUSERCONFIGA
impl RefUnwindSafe for WTSUSERCONFIGA
impl Send for WTSUSERCONFIGA
impl Sync for WTSUSERCONFIGA
impl Unpin for WTSUSERCONFIGA
impl UnwindSafe for WTSUSERCONFIGA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)