#[repr(C)]
pub struct WTSLISTENERCONFIGW {
Show 31 fields pub version: u32, pub fEnableListener: u32, pub MaxConnectionCount: u32, pub fPromptForPassword: u32, pub fInheritColorDepth: u32, pub ColorDepth: u32, pub fInheritBrokenTimeoutSettings: u32, pub BrokenTimeoutSettings: u32, pub fDisablePrinterRedirection: u32, pub fDisableDriveRedirection: u32, pub fDisableComPortRedirection: u32, pub fDisableLPTPortRedirection: u32, pub fDisableClipboardRedirection: u32, pub fDisableAudioRedirection: u32, pub fDisablePNPRedirection: u32, pub fDisableDefaultMainClientPrinter: u32, pub LanAdapter: u32, pub PortNumber: u32, pub fInheritShadowSettings: u32, pub ShadowSettings: u32, pub TimeoutSettingsConnection: u32, pub TimeoutSettingsDisconnection: u32, pub TimeoutSettingsIdle: u32, pub SecurityLayer: u32, pub MinEncryptionLevel: u32, pub UserAuthentication: u32, pub Comment: [u16; 61], pub LogonUserName: [u16; 21], pub LogonDomain: [u16; 18], pub WorkDirectory: [u16; 261], pub InitialProgram: [u16; 261],
}

Fields§

§version: u32§fEnableListener: u32§MaxConnectionCount: u32§fPromptForPassword: u32§fInheritColorDepth: u32§ColorDepth: u32§fInheritBrokenTimeoutSettings: u32§BrokenTimeoutSettings: u32§fDisablePrinterRedirection: u32§fDisableDriveRedirection: u32§fDisableComPortRedirection: u32§fDisableLPTPortRedirection: u32§fDisableClipboardRedirection: u32§fDisableAudioRedirection: u32§fDisablePNPRedirection: u32§fDisableDefaultMainClientPrinter: u32§LanAdapter: u32§PortNumber: u32§fInheritShadowSettings: u32§ShadowSettings: u32§TimeoutSettingsConnection: u32§TimeoutSettingsDisconnection: u32§TimeoutSettingsIdle: u32§SecurityLayer: u32§MinEncryptionLevel: u32§UserAuthentication: u32§Comment: [u16; 61]§LogonUserName: [u16; 21]§LogonDomain: [u16; 18]§WorkDirectory: [u16; 261]§InitialProgram: [u16; 261]

Trait Implementations§

§

impl Clone for WTSLISTENERCONFIGW

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Copy for WTSLISTENERCONFIGW

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.