pub struct FloatingWindow {
pub anchor: Anchor,
pub anchor_grid: Id,
pub anchor_pos: CellVec<f32>,
pub focusable: bool,
}Fields§
§anchor: Anchor§anchor_grid: Id§anchor_pos: CellVec<f32>§focusable: boolTrait Implementations§
Source§impl Clone for FloatingWindow
impl Clone for FloatingWindow
Source§fn clone(&self) -> FloatingWindow
fn clone(&self) -> FloatingWindow
Returns a duplicate 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 FloatingWindow
impl Debug for FloatingWindow
Source§impl PartialEq for FloatingWindow
impl PartialEq for FloatingWindow
impl Copy for FloatingWindow
impl StructuralPartialEq for FloatingWindow
Auto Trait Implementations§
impl Freeze for FloatingWindow
impl RefUnwindSafe for FloatingWindow
impl Send for FloatingWindow
impl Sync for FloatingWindow
impl Unpin for FloatingWindow
impl UnwindSafe for FloatingWindow
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