#[repr(C)]pub struct SecPkgCred_SessionTicketKeys {
pub cSessionTicketKeys: u32,
pub pSessionTicketKeys: *mut SecPkgCred_SessionTicketKey,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cSessionTicketKeys: u32
pSessionTicketKeys: *mut SecPkgCred_SessionTicketKey
Trait Implementations
impl Clone for SecPkgCred_SessionTicketKeys
impl Clone for SecPkgCred_SessionTicketKeys
impl Copy for SecPkgCred_SessionTicketKeys
Auto Trait Implementations
impl RefUnwindSafe for SecPkgCred_SessionTicketKeys
impl !Send for SecPkgCred_SessionTicketKeys
impl !Sync for SecPkgCred_SessionTicketKeys
impl Unpin for SecPkgCred_SessionTicketKeys
impl UnwindSafe for SecPkgCred_SessionTicketKeys
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