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