Struct windows_sys::Win32::Security::Cryptography::BCRYPT_OID_LIST
#[repr(C)]pub struct BCRYPT_OID_LIST {
pub dwOIDCount: u32,
pub pOIDs: *mut BCRYPT_OID,
}
Fields§
§dwOIDCount: u32
§pOIDs: *mut BCRYPT_OID
Trait Implementations§
§impl Clone for BCRYPT_OID_LIST
impl Clone for BCRYPT_OID_LIST
impl Copy for BCRYPT_OID_LIST
Auto Trait Implementations§
impl RefUnwindSafe for BCRYPT_OID_LIST
impl !Send for BCRYPT_OID_LIST
impl !Sync for BCRYPT_OID_LIST
impl Unpin for BCRYPT_OID_LIST
impl UnwindSafe for BCRYPT_OID_LIST
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more