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