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