#[repr(C)]pub struct ImPlotDateTimeSpec_c {
pub Date: ImPlotDateFmt,
pub Time: ImPlotTimeFmt,
pub UseISO8601: bool,
pub Use24HourClock: bool,
}Fields§
§Date: ImPlotDateFmt§Time: ImPlotTimeFmt§UseISO8601: bool§Use24HourClock: boolTrait Implementations§
Source§impl Clone for ImPlotDateTimeSpec_c
impl Clone for ImPlotDateTimeSpec_c
Source§fn clone(&self) -> ImPlotDateTimeSpec_c
fn clone(&self) -> ImPlotDateTimeSpec_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 ImPlotDateTimeSpec_c
impl Debug for ImPlotDateTimeSpec_c
Source§impl Default for ImPlotDateTimeSpec_c
impl Default for ImPlotDateTimeSpec_c
Source§fn default() -> ImPlotDateTimeSpec_c
fn default() -> ImPlotDateTimeSpec_c
Returns the “default value” for a type. Read more
Source§impl Hash for ImPlotDateTimeSpec_c
impl Hash for ImPlotDateTimeSpec_c
Source§impl PartialEq for ImPlotDateTimeSpec_c
impl PartialEq for ImPlotDateTimeSpec_c
impl Copy for ImPlotDateTimeSpec_c
impl Eq for ImPlotDateTimeSpec_c
impl StructuralPartialEq for ImPlotDateTimeSpec_c
Auto Trait Implementations§
impl Freeze for ImPlotDateTimeSpec_c
impl RefUnwindSafe for ImPlotDateTimeSpec_c
impl Send for ImPlotDateTimeSpec_c
impl Sync for ImPlotDateTimeSpec_c
impl Unpin for ImPlotDateTimeSpec_c
impl UnwindSafe for ImPlotDateTimeSpec_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