Struct 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
§fn clone(&self) -> BCRYPT_INTERFACE_VERSION
fn clone(&self) -> BCRYPT_INTERFACE_VERSION
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for BCRYPT_INTERFACE_VERSION
Auto Trait Implementations§
impl Freeze for BCRYPT_INTERFACE_VERSION
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