pub struct FocusEntry {
pub node_id: NodeId,
pub rect: Rect,
}Expand description
One focus target, with the bounds layout gave it.
Fields§
§node_id: NodeId§rect: RectImplementations§
Trait Implementations§
Source§impl Clone for FocusEntry
impl Clone for FocusEntry
Source§fn clone(&self) -> FocusEntry
fn clone(&self) -> FocusEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FocusEntry
Source§impl Debug for FocusEntry
impl Debug for FocusEntry
Source§impl PartialEq for FocusEntry
impl PartialEq for FocusEntry
impl StructuralPartialEq for FocusEntry
Auto Trait Implementations§
impl Freeze for FocusEntry
impl RefUnwindSafe for FocusEntry
impl Send for FocusEntry
impl Sync for FocusEntry
impl Unpin for FocusEntry
impl UnsafeUnpin for FocusEntry
impl UnwindSafe for FocusEntry
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