pub type CRYPT_RSAES_OAEP_PARAMETERS = _CRYPT_RSAES_OAEP_PARAMETERS;
Aliased Type§
struct CRYPT_RSAES_OAEP_PARAMETERS {
pub HashAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
pub MaskGenAlgorithm: _CRYPT_MASK_GEN_ALGORITHM,
pub PSourceAlgorithm: _CRYPT_PSOURCE_ALGORITHM,
}
Fields§
§HashAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER
§MaskGenAlgorithm: _CRYPT_MASK_GEN_ALGORITHM
§PSourceAlgorithm: _CRYPT_PSOURCE_ALGORITHM
Trait Implementations
Source§impl Clone for _CRYPT_RSAES_OAEP_PARAMETERS
impl Clone for _CRYPT_RSAES_OAEP_PARAMETERS
Source§fn clone(&self) -> _CRYPT_RSAES_OAEP_PARAMETERS
fn clone(&self) -> _CRYPT_RSAES_OAEP_PARAMETERS
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 _CRYPT_RSAES_OAEP_PARAMETERS
impl Debug for _CRYPT_RSAES_OAEP_PARAMETERS
Source§impl Ord for _CRYPT_RSAES_OAEP_PARAMETERS
impl Ord for _CRYPT_RSAES_OAEP_PARAMETERS
Source§fn cmp(&self, other: &_CRYPT_RSAES_OAEP_PARAMETERS) -> Ordering
fn cmp(&self, other: &_CRYPT_RSAES_OAEP_PARAMETERS) -> 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
Source§impl PartialEq for _CRYPT_RSAES_OAEP_PARAMETERS
impl PartialEq for _CRYPT_RSAES_OAEP_PARAMETERS
Source§fn eq(&self, other: &_CRYPT_RSAES_OAEP_PARAMETERS) -> bool
fn eq(&self, other: &_CRYPT_RSAES_OAEP_PARAMETERS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.