Struct TimestampType
#[repr(transparent)]pub struct TimestampType(c_int);Tuple Fields§
§0: c_intImplementations§
§impl TimestampType
impl TimestampType
Trait Implementations§
§impl Clone for TimestampType
impl Clone for TimestampType
§fn clone(&self) -> TimestampType
fn clone(&self) -> TimestampType
Returns a duplicate 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 PartialEq for TimestampType
impl PartialEq for TimestampType
impl Copy for TimestampType
impl Eq for TimestampType
impl StructuralPartialEq for TimestampType
Auto Trait Implementations§
impl Freeze for TimestampType
impl RefUnwindSafe for TimestampType
impl Send for TimestampType
impl Sync for TimestampType
impl Unpin for TimestampType
impl UnwindSafe for TimestampType
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