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