Struct easy_imgui_sys::ImGuiPlotType
source · #[repr(transparent)]pub struct ImGuiPlotType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ImGuiPlotType
impl ImGuiPlotType
pub const ImGuiPlotType_Lines: ImGuiPlotType = _
source§impl ImGuiPlotType
impl ImGuiPlotType
pub const ImGuiPlotType_Histogram: ImGuiPlotType = _
Trait Implementations§
source§impl Clone for ImGuiPlotType
impl Clone for ImGuiPlotType
source§fn clone(&self) -> ImGuiPlotType
fn clone(&self) -> ImGuiPlotType
Returns a copy 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 ImGuiPlotType
impl Debug for ImGuiPlotType
source§impl Hash for ImGuiPlotType
impl Hash for ImGuiPlotType
source§impl PartialEq for ImGuiPlotType
impl PartialEq for ImGuiPlotType
source§fn eq(&self, other: &ImGuiPlotType) -> bool
fn eq(&self, other: &ImGuiPlotType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImGuiPlotType
impl Eq for ImGuiPlotType
impl StructuralPartialEq for ImGuiPlotType
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiPlotType
impl Send for ImGuiPlotType
impl Sync for ImGuiPlotType
impl Unpin for ImGuiPlotType
impl UnwindSafe for ImGuiPlotType
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