#[repr(C)]pub struct SecPkgContext_Lifespan {
pub tsStart: TimeStamp,
pub tsExpiry: TimeStamp,
}
Fields§
§tsStart: TimeStamp
§tsExpiry: TimeStamp
Trait Implementations§
Source§impl Clone for SecPkgContext_Lifespan
impl Clone for SecPkgContext_Lifespan
Source§fn clone(&self) -> SecPkgContext_Lifespan
fn clone(&self) -> SecPkgContext_Lifespan
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SecPkgContext_Lifespan
impl Default for SecPkgContext_Lifespan
Source§fn default() -> SecPkgContext_Lifespan
fn default() -> SecPkgContext_Lifespan
Returns the “default value” for a type. Read more
impl Copy for SecPkgContext_Lifespan
Auto Trait Implementations§
impl Freeze for SecPkgContext_Lifespan
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