Struct windows_sys::Win32::Security::Authentication::Identity::SL_LICENSING_STATUS
[−]#[repr(C)]pub struct SL_LICENSING_STATUS {
pub SkuId: GUID,
pub eStatus: SLLICENSINGSTATUS,
pub dwGraceTime: u32,
pub dwTotalGraceDays: u32,
pub hrReason: HRESULT,
pub qwValidityExpiration: u64,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
SkuId: GUID
eStatus: SLLICENSINGSTATUS
dwGraceTime: u32
dwTotalGraceDays: u32
hrReason: HRESULT
qwValidityExpiration: u64
Trait Implementations
impl Clone for SL_LICENSING_STATUS
impl Clone for SL_LICENSING_STATUS
impl Copy for SL_LICENSING_STATUS
Auto Trait Implementations
impl RefUnwindSafe for SL_LICENSING_STATUS
impl Send for SL_LICENSING_STATUS
impl Sync for SL_LICENSING_STATUS
impl Unpin for SL_LICENSING_STATUS
impl UnwindSafe for SL_LICENSING_STATUS
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