#[repr(C)]pub struct SL_AD_ACTIVATION_INFO {
pub header: SL_ACTIVATION_INFO_HEADER,
pub pwszProductKey: PCWSTR,
pub pwszActivationObjectName: PCWSTR,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
header: SL_ACTIVATION_INFO_HEADER
pwszProductKey: PCWSTR
pwszActivationObjectName: PCWSTR
Trait Implementations
impl Clone for SL_AD_ACTIVATION_INFO
impl Clone for SL_AD_ACTIVATION_INFO
impl Copy for SL_AD_ACTIVATION_INFO
Auto Trait Implementations
impl RefUnwindSafe for SL_AD_ACTIVATION_INFO
impl !Send for SL_AD_ACTIVATION_INFO
impl !Sync for SL_AD_ACTIVATION_INFO
impl Unpin for SL_AD_ACTIVATION_INFO
impl UnwindSafe for SL_AD_ACTIVATION_INFO
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