Struct windows_sys::Win32::Security::Cryptography::GENERIC_XML_TOKEN
[−]#[repr(C, packed(1))]pub struct GENERIC_XML_TOKEN {
pub createDate: FILETIME,
pub expiryDate: FILETIME,
pub xmlToken: PWSTR,
pub internalTokenReference: PWSTR,
pub externalTokenReference: PWSTR,
}Expand description
Required features: "Win32_Security_Cryptography", "Win32_Foundation"
Fields
createDate: FILETIMEexpiryDate: FILETIMExmlToken: PWSTRinternalTokenReference: PWSTRexternalTokenReference: PWSTRTrait Implementations
impl Clone for GENERIC_XML_TOKEN
impl Clone for GENERIC_XML_TOKEN
impl Copy for GENERIC_XML_TOKEN
Auto Trait Implementations
impl RefUnwindSafe for GENERIC_XML_TOKEN
impl !Send for GENERIC_XML_TOKEN
impl !Sync for GENERIC_XML_TOKEN
impl Unpin for GENERIC_XML_TOKEN
impl UnwindSafe for GENERIC_XML_TOKEN
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