Enum arcdps_imgui::FocusedWidget
source · pub enum FocusedWidget {
Previous,
Next,
Offset(u32),
}
Expand description
Target widget selection for keyboard focus
Variants§
Previous
Previous widget
Next
Next widget
Offset(u32)
Widget using a relative positive offset (0 is the next widget).
Use this to access sub components of a multiple component widget.
Trait Implementations§
source§impl Clone for FocusedWidget
impl Clone for FocusedWidget
source§fn clone(&self) -> FocusedWidget
fn clone(&self) -> FocusedWidget
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 FocusedWidget
impl Debug for FocusedWidget
source§impl Hash for FocusedWidget
impl Hash for FocusedWidget
source§impl PartialEq for FocusedWidget
impl PartialEq for FocusedWidget
impl Copy for FocusedWidget
impl Eq for FocusedWidget
impl StructuralPartialEq for FocusedWidget
Auto Trait Implementations§
impl Freeze for FocusedWidget
impl RefUnwindSafe for FocusedWidget
impl Send for FocusedWidget
impl Sync for FocusedWidget
impl Unpin for FocusedWidget
impl UnwindSafe for FocusedWidget
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)