pub struct DesignerComponentPosition {
pub id: LiveId,
pub left: f64,
pub top: f64,
pub width: f64,
pub height: f64,
}
Fields§
§id: LiveId
§left: f64
§top: f64
§width: f64
§height: f64
Trait Implementations§
Source§impl Clone for DesignerComponentPosition
impl Clone for DesignerComponentPosition
Source§fn clone(&self) -> DesignerComponentPosition
fn clone(&self) -> DesignerComponentPosition
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 DeBin for DesignerComponentPosition
impl DeBin for DesignerComponentPosition
Source§impl DeRon for DesignerComponentPosition
impl DeRon for DesignerComponentPosition
Source§impl Debug for DesignerComponentPosition
impl Debug for DesignerComponentPosition
Source§impl SerBin for DesignerComponentPosition
impl SerBin for DesignerComponentPosition
Source§impl SerRon for DesignerComponentPosition
impl SerRon for DesignerComponentPosition
fn ser_ron(&self, d: usize, s: &mut SerRonState)
fn serialize_ron(&self) -> String
Auto Trait Implementations§
impl Freeze for DesignerComponentPosition
impl RefUnwindSafe for DesignerComponentPosition
impl Send for DesignerComponentPosition
impl Sync for DesignerComponentPosition
impl Unpin for DesignerComponentPosition
impl UnwindSafe for DesignerComponentPosition
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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