pub struct WindowOffset {
pub offset: CellVec<f32>,
pub anchor_grid: Option<Id>,
}Fields§
§offset: CellVec<f32>§anchor_grid: Option<Id>Trait Implementations§
Source§impl Clone for WindowOffset
impl Clone for WindowOffset
Source§fn clone(&self) -> WindowOffset
fn clone(&self) -> WindowOffset
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 WindowOffset
impl Debug for WindowOffset
Source§impl Default for WindowOffset
impl Default for WindowOffset
Source§fn default() -> WindowOffset
fn default() -> WindowOffset
Returns the “default value” for a type. Read more
Source§impl PartialEq for WindowOffset
impl PartialEq for WindowOffset
impl Copy for WindowOffset
impl StructuralPartialEq for WindowOffset
Auto Trait Implementations§
impl Freeze for WindowOffset
impl RefUnwindSafe for WindowOffset
impl Send for WindowOffset
impl Sync for WindowOffset
impl Unpin for WindowOffset
impl UnwindSafe for WindowOffset
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