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