#[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: i32fRuntimeKeyAvail: BOOLfLicVerified: BOOLTrait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more