#[repr(C)]pub struct WSLVersion {
pub Major: u32,
pub Minor: u32,
pub Revision: u32,
}
Fields§
§Major: u32
§Minor: u32
§Revision: u32
Trait Implementations§
Source§impl Clone for WSLVersion
impl Clone for WSLVersion
Source§fn clone(&self) -> WSLVersion
fn clone(&self) -> WSLVersion
Returns a duplicate 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 WSLVersion
impl Debug for WSLVersion
Source§impl Hash for WSLVersion
impl Hash for WSLVersion
Source§impl Ord for WSLVersion
impl Ord for WSLVersion
Source§fn cmp(&self, other: &WSLVersion) -> Ordering
fn cmp(&self, other: &WSLVersion) -> 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 WSLVersion
impl PartialEq for WSLVersion
Source§impl PartialOrd for WSLVersion
impl PartialOrd for WSLVersion
impl Copy for WSLVersion
impl Eq for WSLVersion
impl StructuralPartialEq for WSLVersion
Auto Trait Implementations§
impl Freeze for WSLVersion
impl RefUnwindSafe for WSLVersion
impl Send for WSLVersion
impl Sync for WSLVersion
impl Unpin for WSLVersion
impl UnwindSafe for WSLVersion
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more