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