Struct windows_sys::Win32::Security::Cryptography::CLAIMLIST
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
count: u32
claims: *mut PWSTR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CLAIMLIST
impl !Send for CLAIMLIST
impl !Sync for CLAIMLIST
impl Unpin for CLAIMLIST
impl UnwindSafe for CLAIMLIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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