#[repr(C)]pub struct VS_VERSION {
pub Minor: u16,
pub Major: u16,
pub Build: u16,
pub Patch: u16,
}Fields§
§Minor: u16§Major: u16§Build: u16§Patch: u16Trait Implementations§
Source§impl Clone for VS_VERSION
impl Clone for VS_VERSION
Source§fn clone(&self) -> VS_VERSION
fn clone(&self) -> VS_VERSION
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 VS_VERSION
impl Debug for VS_VERSION
Source§impl Display for VS_VERSION
impl Display for VS_VERSION
Source§impl Ord for VS_VERSION
impl Ord for VS_VERSION
Source§fn cmp(&self, other: &VS_VERSION) -> Ordering
fn cmp(&self, other: &VS_VERSION) -> 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 VS_VERSION
impl PartialEq for VS_VERSION
Source§impl PartialOrd for VS_VERSION
impl PartialOrd for VS_VERSION
impl Copy for VS_VERSION
impl Eq for VS_VERSION
impl Pod for VS_VERSION
impl StructuralPartialEq for VS_VERSION
Auto Trait Implementations§
impl Freeze for VS_VERSION
impl RefUnwindSafe for VS_VERSION
impl Send for VS_VERSION
impl Sync for VS_VERSION
impl Unpin for VS_VERSION
impl UnwindSafe for VS_VERSION
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> PodMethods for T
impl<T> PodMethods for T
Source§fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
Returns the object’s memory as a mutable byte slice.
Source§fn as_data_view(&self) -> &DataView
fn as_data_view(&self) -> &DataView
Returns a data view into the object’s memory.
Source§fn as_data_view_mut(&mut self) -> &mut DataView
fn as_data_view_mut(&mut self) -> &mut DataView
Returns a mutable data view into the object’s memory.