#[repr(C)]
pub struct WTSLISTENERCONFIGA {
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: [i8; 61], pub LogonUserName: [i8; 21], pub LogonDomain: [i8; 18], pub WorkDirectory: [i8; 261], pub InitialProgram: [i8; 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: [i8; 61]§LogonUserName: [i8; 21]§LogonDomain: [i8; 18]§WorkDirectory: [i8; 261]§InitialProgram: [i8; 261]

Trait Implementations§

§

impl Clone for WTSLISTENERCONFIGA

§

fn clone(&self) -> WTSLISTENERCONFIGA

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 WTSLISTENERCONFIGA

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> CloneToUninit for T
where T: Copy,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. 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 T
where 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 T
where 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 T
where 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.