Struct easy_imgui_sys::ImGuiDataType_
source · #[repr(transparent)]pub struct ImGuiDataType_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_S8: ImGuiDataType_ = _
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_U8: ImGuiDataType_ = _
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_S16: ImGuiDataType_ = _
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_U16: ImGuiDataType_ = _
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_S32: ImGuiDataType_ = _
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_U32: ImGuiDataType_ = _
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_S64: ImGuiDataType_ = _
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_U64: ImGuiDataType_ = _
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_Float: ImGuiDataType_ = _
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_Double: ImGuiDataType_ = _
source§impl ImGuiDataType_
impl ImGuiDataType_
pub const ImGuiDataType_COUNT: ImGuiDataType_ = _
Trait Implementations§
source§impl Clone for ImGuiDataType_
impl Clone for ImGuiDataType_
source§fn clone(&self) -> ImGuiDataType_
fn clone(&self) -> ImGuiDataType_
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 ImGuiDataType_
impl Debug for ImGuiDataType_
source§impl Hash for ImGuiDataType_
impl Hash for ImGuiDataType_
source§impl PartialEq for ImGuiDataType_
impl PartialEq for ImGuiDataType_
source§fn eq(&self, other: &ImGuiDataType_) -> bool
fn eq(&self, other: &ImGuiDataType_) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImGuiDataType_
impl Eq for ImGuiDataType_
impl StructuralPartialEq for ImGuiDataType_
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiDataType_
impl Send for ImGuiDataType_
impl Sync for ImGuiDataType_
impl Unpin for ImGuiDataType_
impl UnwindSafe for ImGuiDataType_
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