Struct windows_sys::Win32::System::Ole::LICINFO
#[repr(C)]pub struct LICINFO {
pub cbLicInfo: i32,
pub fRuntimeKeyAvail: BOOL,
pub fLicVerified: BOOL,
}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more