pub enum ImGuiPopupButton {
MouseButtonLeft = 0,
MouseButtonRight = 1,
MouseButtonMiddle = 2,
}Variants§
Trait Implementations§
Source§impl Clone for ImGuiPopupButton
impl Clone for ImGuiPopupButton
Source§fn clone(&self) -> ImGuiPopupButton
fn clone(&self) -> ImGuiPopupButton
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 ImGuiPopupButton
impl Debug for ImGuiPopupButton
Source§impl PartialEq for ImGuiPopupButton
impl PartialEq for ImGuiPopupButton
impl Copy for ImGuiPopupButton
impl StructuralPartialEq for ImGuiPopupButton
Auto Trait Implementations§
impl Freeze for ImGuiPopupButton
impl RefUnwindSafe for ImGuiPopupButton
impl Send for ImGuiPopupButton
impl Sync for ImGuiPopupButton
impl Unpin for ImGuiPopupButton
impl UnwindSafe for ImGuiPopupButton
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