pub enum FocusZone {
Inside,
Outside,
}Expand description
Which focus zone a point is in (relative to a viewport center).
Variants§
Trait Implementations§
impl Copy for FocusZone
impl Eq for FocusZone
impl StructuralPartialEq for FocusZone
Auto Trait Implementations§
impl Freeze for FocusZone
impl RefUnwindSafe for FocusZone
impl Send for FocusZone
impl Sync for FocusZone
impl Unpin for FocusZone
impl UnsafeUnpin for FocusZone
impl UnwindSafe for FocusZone
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