#[repr(C)]pub struct SecPkgContext_LastClientTokenStatus {
pub LastClientTokenStatus: SECPKG_ATTR_LCT_STATUS,
}
Fields§
§LastClientTokenStatus: SECPKG_ATTR_LCT_STATUS
Trait Implementations§
impl Copy for SecPkgContext_LastClientTokenStatus
Auto Trait Implementations§
impl RefUnwindSafe for SecPkgContext_LastClientTokenStatus
impl Send for SecPkgContext_LastClientTokenStatus
impl Sync for SecPkgContext_LastClientTokenStatus
impl Unpin for SecPkgContext_LastClientTokenStatus
impl UnwindSafe for SecPkgContext_LastClientTokenStatus
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