pub type CERT_BASIC_CONSTRAINTS2_INFO = _CERT_BASIC_CONSTRAINTS2_INFO;
Aliased Type§
struct CERT_BASIC_CONSTRAINTS2_INFO {
pub fCA: i32,
pub fPathLenConstraint: i32,
pub dwPathLenConstraint: u32,
}
Fields§
§fCA: i32
§fPathLenConstraint: i32
§dwPathLenConstraint: u32
Trait Implementations
Source§impl Clone for _CERT_BASIC_CONSTRAINTS2_INFO
impl Clone for _CERT_BASIC_CONSTRAINTS2_INFO
Source§fn clone(&self) -> _CERT_BASIC_CONSTRAINTS2_INFO
fn clone(&self) -> _CERT_BASIC_CONSTRAINTS2_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 Ord for _CERT_BASIC_CONSTRAINTS2_INFO
impl Ord for _CERT_BASIC_CONSTRAINTS2_INFO
Source§fn cmp(&self, other: &_CERT_BASIC_CONSTRAINTS2_INFO) -> Ordering
fn cmp(&self, other: &_CERT_BASIC_CONSTRAINTS2_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
Source§impl PartialEq for _CERT_BASIC_CONSTRAINTS2_INFO
impl PartialEq for _CERT_BASIC_CONSTRAINTS2_INFO
Source§fn eq(&self, other: &_CERT_BASIC_CONSTRAINTS2_INFO) -> bool
fn eq(&self, other: &_CERT_BASIC_CONSTRAINTS2_INFO) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.