#[repr(C)]
pub struct __ReferenceRemainingTypes__ { pub __ctrlLevel__: CTRL_LEVEL, pub __attendeeDisconnectReason__: ATTENDEE_DISCONNECT_REASON, pub __channelPriority__: CHANNEL_PRIORITY, pub __channelFlags__: CHANNEL_FLAGS, pub __channelAccessEnum__: CHANNEL_ACCESS_ENUM, pub __rdpencomapiAttendeeFlags__: RDPENCOMAPI_ATTENDEE_FLAGS, pub __rdpsrapiWndFlags__: RDPSRAPI_WND_FLAGS, pub __rdpsrapiAppFlags__: RDPSRAPI_APP_FLAGS, }
Expand description

Required features: "Win32_System_DesktopSharing"

Fields

__ctrlLevel__: CTRL_LEVEL__attendeeDisconnectReason__: ATTENDEE_DISCONNECT_REASON__channelPriority__: CHANNEL_PRIORITY__channelFlags__: CHANNEL_FLAGS__channelAccessEnum__: CHANNEL_ACCESS_ENUM__rdpencomapiAttendeeFlags__: RDPENCOMAPI_ATTENDEE_FLAGS__rdpsrapiWndFlags__: RDPSRAPI_WND_FLAGS__rdpsrapiAppFlags__: RDPSRAPI_APP_FLAGS

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.