Struct easy_imgui::ButtonRepeat
source · pub struct ButtonRepeat(pub bool);
Tuple Fields§
§0: bool
Trait Implementations§
source§impl Clone for ButtonRepeat
impl Clone for ButtonRepeat
source§fn clone(&self) -> ButtonRepeat
fn clone(&self) -> ButtonRepeat
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 ButtonRepeat
impl Debug for ButtonRepeat
impl Copy for ButtonRepeat
Auto Trait Implementations§
impl RefUnwindSafe for ButtonRepeat
impl Send for ButtonRepeat
impl Sync for ButtonRepeat
impl Unpin for ButtonRepeat
impl UnwindSafe for ButtonRepeat
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