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