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