Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgContext_Lifespan
#[repr(C)]pub struct SecPkgContext_Lifespan {
pub tsStart: i64,
pub tsExpiry: i64,
}
Fields§
§tsStart: i64
§tsExpiry: i64
Trait Implementations§
§impl Clone for SecPkgContext_Lifespan
impl Clone for SecPkgContext_Lifespan
impl Copy for SecPkgContext_Lifespan
Auto Trait Implementations§
impl RefUnwindSafe for SecPkgContext_Lifespan
impl Send for SecPkgContext_Lifespan
impl Sync for SecPkgContext_Lifespan
impl Unpin for SecPkgContext_Lifespan
impl UnwindSafe for SecPkgContext_Lifespan
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