Struct windows::Win32::System::RemoteDesktop::WTS_LICENSE_CAPABILITIES
#[repr(C)]pub struct WTS_LICENSE_CAPABILITIES {
pub KeyExchangeAlg: u32,
pub ProtocolVer: u32,
pub fAuthenticateServer: BOOL,
pub CertType: WTS_CERT_TYPE,
pub cbClientName: u32,
pub rgbClientName: [u8; 42],
}
Fields§
§KeyExchangeAlg: u32
§ProtocolVer: u32
§fAuthenticateServer: BOOL
§CertType: WTS_CERT_TYPE
§cbClientName: u32
§rgbClientName: [u8; 42]
Trait Implementations§
§impl Clone for WTS_LICENSE_CAPABILITIES
impl Clone for WTS_LICENSE_CAPABILITIES
§fn clone(&self) -> WTS_LICENSE_CAPABILITIES
fn clone(&self) -> WTS_LICENSE_CAPABILITIES
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 more§impl Debug for WTS_LICENSE_CAPABILITIES
impl Debug for WTS_LICENSE_CAPABILITIES
§impl Default for WTS_LICENSE_CAPABILITIES
impl Default for WTS_LICENSE_CAPABILITIES
§impl PartialEq for WTS_LICENSE_CAPABILITIES
impl PartialEq for WTS_LICENSE_CAPABILITIES
§fn eq(&self, other: &WTS_LICENSE_CAPABILITIES) -> bool
fn eq(&self, other: &WTS_LICENSE_CAPABILITIES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WTS_LICENSE_CAPABILITIES
impl Eq for WTS_LICENSE_CAPABILITIES
impl StructuralPartialEq for WTS_LICENSE_CAPABILITIES
Auto Trait Implementations§
impl Freeze for WTS_LICENSE_CAPABILITIES
impl RefUnwindSafe for WTS_LICENSE_CAPABILITIES
impl Send for WTS_LICENSE_CAPABILITIES
impl Sync for WTS_LICENSE_CAPABILITIES
impl Unpin for WTS_LICENSE_CAPABILITIES
impl UnwindSafe for WTS_LICENSE_CAPABILITIES
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
)