#[repr(C)]pub struct LICINFO {
pub cbLicInfo: i32,
pub fRuntimeKeyAvail: BOOL,
pub fLicVerified: BOOL,
}
Expand description
Required features: "Win32_System_Ole"
, "Win32_Foundation"
Fields
cbLicInfo: i32
fRuntimeKeyAvail: BOOL
fLicVerified: BOOL
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LICINFO
impl Send for LICINFO
impl Sync for LICINFO
impl Unpin for LICINFO
impl UnwindSafe for LICINFO
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