pub type SUPPORTED_OS_INFO = _SUPPORTED_OS_INFO;
Aliased Type§
struct SUPPORTED_OS_INFO {
pub MajorVersion: u16,
pub MinorVersion: u16,
}
Fields§
§MajorVersion: u16
§MinorVersion: u16
Trait Implementations
Source§impl Clone for _SUPPORTED_OS_INFO
impl Clone for _SUPPORTED_OS_INFO
Source§fn clone(&self) -> _SUPPORTED_OS_INFO
fn clone(&self) -> _SUPPORTED_OS_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 _SUPPORTED_OS_INFO
impl Debug for _SUPPORTED_OS_INFO
Source§impl Ord for _SUPPORTED_OS_INFO
impl Ord for _SUPPORTED_OS_INFO
Source§fn cmp(&self, other: &_SUPPORTED_OS_INFO) -> Ordering
fn cmp(&self, other: &_SUPPORTED_OS_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