Struct windows_sys::Win32::Security::Cryptography::BCRYPT_OID
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbOID: u32
pbOID: *mut u8
Trait Implementations
impl Clone for BCRYPT_OID
impl Clone for BCRYPT_OID
impl Copy for BCRYPT_OID
Auto Trait Implementations
impl RefUnwindSafe for BCRYPT_OID
impl !Send for BCRYPT_OID
impl !Sync for BCRYPT_OID
impl Unpin for BCRYPT_OID
impl UnwindSafe for BCRYPT_OID
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