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