#[repr(C)]pub struct ImPlotTime {
pub S: time_t,
pub Us: c_int,
}Fields§
§S: time_t§Us: c_intTrait Implementations§
Source§impl Clone for ImPlotTime
impl Clone for ImPlotTime
Source§fn clone(&self) -> ImPlotTime
fn clone(&self) -> ImPlotTime
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 moreSource§impl Debug for ImPlotTime
impl Debug for ImPlotTime
Source§impl Default for ImPlotTime
impl Default for ImPlotTime
Source§fn default() -> ImPlotTime
fn default() -> ImPlotTime
Returns the “default value” for a type. Read more
Source§impl Hash for ImPlotTime
impl Hash for ImPlotTime
Source§impl PartialEq for ImPlotTime
impl PartialEq for ImPlotTime
impl Copy for ImPlotTime
impl Eq for ImPlotTime
impl StructuralPartialEq for ImPlotTime
Auto Trait Implementations§
impl Freeze for ImPlotTime
impl RefUnwindSafe for ImPlotTime
impl Send for ImPlotTime
impl Sync for ImPlotTime
impl Unpin for ImPlotTime
impl UnwindSafe for ImPlotTime
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