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