Struct windows_sys::Win32::Security::Cryptography::BCRYPT_INTERFACE_VERSION
#[repr(C)]pub struct BCRYPT_INTERFACE_VERSION {
pub MajorVersion: u16,
pub MinorVersion: u16,
}
Fields§
§MajorVersion: u16
§MinorVersion: u16
Trait Implementations§
§impl Clone for BCRYPT_INTERFACE_VERSION
impl Clone for BCRYPT_INTERFACE_VERSION
impl Copy for BCRYPT_INTERFACE_VERSION
Auto Trait Implementations§
impl RefUnwindSafe for BCRYPT_INTERFACE_VERSION
impl Send for BCRYPT_INTERFACE_VERSION
impl Sync for BCRYPT_INTERFACE_VERSION
impl Unpin for BCRYPT_INTERFACE_VERSION
impl UnwindSafe for BCRYPT_INTERFACE_VERSION
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