#[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],
}
Expand description
Required features: "Win32_System_RemoteDesktop"
, "Win32_Foundation"
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
impl Copy for WTS_LICENSE_CAPABILITIES
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more