#[repr(C)]pub struct WTS_VALIDATION_INFORMATIONW {
pub ProductInfo: _WTS_PRODUCT_INFOW,
pub License: [u8; 16384],
pub LicenseLength: u32,
pub HardwareID: [u8; 20],
pub HardwareIDLength: u32,
}Expand description
Required features: ‘Win32_System_RemoteDesktop’
Fields
ProductInfo: _WTS_PRODUCT_INFOWLicense: [u8; 16384]LicenseLength: u32HardwareID: [u8; 20]HardwareIDLength: u32Trait Implementations
impl Clone for WTS_VALIDATION_INFORMATIONW
impl Clone for WTS_VALIDATION_INFORMATIONW
impl Copy for WTS_VALIDATION_INFORMATIONW
Auto Trait Implementations
impl RefUnwindSafe for WTS_VALIDATION_INFORMATIONW
impl Send for WTS_VALIDATION_INFORMATIONW
impl Sync for WTS_VALIDATION_INFORMATIONW
impl Unpin for WTS_VALIDATION_INFORMATIONW
impl UnwindSafe for WTS_VALIDATION_INFORMATIONW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more