pub type AUTHENTICATEINFO = _tagAUTHENTICATEINFO;
Aliased Type§
struct AUTHENTICATEINFO {
pub dwFlags: u32,
pub dwReserved: u32,
}
Fields§
§dwFlags: u32
§dwReserved: u32
Trait Implementations
Source§impl Clone for _tagAUTHENTICATEINFO
impl Clone for _tagAUTHENTICATEINFO
Source§fn clone(&self) -> _tagAUTHENTICATEINFO
fn clone(&self) -> _tagAUTHENTICATEINFO
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 _tagAUTHENTICATEINFO
impl Debug for _tagAUTHENTICATEINFO
Source§impl Ord for _tagAUTHENTICATEINFO
impl Ord for _tagAUTHENTICATEINFO
Source§fn cmp(&self, other: &_tagAUTHENTICATEINFO) -> Ordering
fn cmp(&self, other: &_tagAUTHENTICATEINFO) -> 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