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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more