Struct windows_sys::Win32::Security::Cryptography::CTL_USAGE
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
cUsageIdentifier: u32
rgpszUsageIdentifier: *mut PSTR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CTL_USAGE
impl !Send for CTL_USAGE
impl !Sync for CTL_USAGE
impl Unpin for CTL_USAGE
impl UnwindSafe for CTL_USAGE
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