#[repr(transparent)]pub struct ImGuiPlotType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiPlotType
impl ImGuiPlotType
pub const ImGuiPlotType_Lines: 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 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 ImGuiPlotType
impl Debug for ImGuiPlotType
Source§impl Hash for ImGuiPlotType
impl Hash for ImGuiPlotType
Source§impl PartialEq for ImGuiPlotType
impl PartialEq for ImGuiPlotType
impl Copy for ImGuiPlotType
impl Eq for ImGuiPlotType
impl StructuralPartialEq for ImGuiPlotType
Auto Trait Implementations§
impl Freeze for ImGuiPlotType
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