pub type BCRYPT_PKCS1_PADDING_INFO = _BCRYPT_PKCS1_PADDING_INFO;
Aliased Type§
struct BCRYPT_PKCS1_PADDING_INFO {
pub pszAlgId: *const u16,
}
Fields§
§pszAlgId: *const u16
Trait Implementations
Source§impl Clone for _BCRYPT_PKCS1_PADDING_INFO
impl Clone for _BCRYPT_PKCS1_PADDING_INFO
Source§fn clone(&self) -> _BCRYPT_PKCS1_PADDING_INFO
fn clone(&self) -> _BCRYPT_PKCS1_PADDING_INFO
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 moreSource§impl Debug for _BCRYPT_PKCS1_PADDING_INFO
impl Debug for _BCRYPT_PKCS1_PADDING_INFO
Source§impl Ord for _BCRYPT_PKCS1_PADDING_INFO
impl Ord for _BCRYPT_PKCS1_PADDING_INFO
Source§fn cmp(&self, other: &_BCRYPT_PKCS1_PADDING_INFO) -> Ordering
fn cmp(&self, other: &_BCRYPT_PKCS1_PADDING_INFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more