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