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