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