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