Struct windows_sys::Win32::System::RemoteDesktop::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
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
)