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