Struct rsfbclient_core::ibase::ISC_TIMESTAMP
source · [−]Fields
timestamp_date: ISC_DATE
timestamp_time: ISC_TIME
Trait Implementations
sourceimpl Clone for ISC_TIMESTAMP
impl Clone for ISC_TIMESTAMP
sourcefn clone(&self) -> ISC_TIMESTAMP
fn clone(&self) -> ISC_TIMESTAMP
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ISC_TIMESTAMP
impl Debug for ISC_TIMESTAMP
impl Copy for ISC_TIMESTAMP
Auto Trait Implementations
impl RefUnwindSafe for ISC_TIMESTAMP
impl Send for ISC_TIMESTAMP
impl Sync for ISC_TIMESTAMP
impl Unpin for ISC_TIMESTAMP
impl UnwindSafe for ISC_TIMESTAMP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more