Struct VER_PLATFORM
#[repr(transparent)]pub struct VER_PLATFORM(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for VER_PLATFORM
impl Clone for VER_PLATFORM
§fn clone(&self) -> VER_PLATFORM
fn clone(&self) -> VER_PLATFORM
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 more§impl Debug for VER_PLATFORM
impl Debug for VER_PLATFORM
§impl Default for VER_PLATFORM
impl Default for VER_PLATFORM
§fn default() -> VER_PLATFORM
fn default() -> VER_PLATFORM
Returns the “default value” for a type. Read more
§impl PartialEq for VER_PLATFORM
impl PartialEq for VER_PLATFORM
impl Copy for VER_PLATFORM
impl Eq for VER_PLATFORM
impl StructuralPartialEq for VER_PLATFORM
Auto Trait Implementations§
impl Freeze for VER_PLATFORM
impl RefUnwindSafe for VER_PLATFORM
impl Send for VER_PLATFORM
impl Sync for VER_PLATFORM
impl Unpin for VER_PLATFORM
impl UnwindSafe for VER_PLATFORM
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