Struct svg_fmt::VerticalLayout
source · pub struct VerticalLayout {
pub x: f32,
pub y: f32,
pub start_y: f32,
pub width: f32,
}
Fields§
§x: f32
§y: f32
§start_y: f32
§width: f32
Implementations§
Trait Implementations§
source§impl Clone for VerticalLayout
impl Clone for VerticalLayout
source§fn clone(&self) -> VerticalLayout
fn clone(&self) -> VerticalLayout
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 Debug for VerticalLayout
impl Debug for VerticalLayout
impl Copy for VerticalLayout
Auto Trait Implementations§
impl RefUnwindSafe for VerticalLayout
impl Send for VerticalLayout
impl Sync for VerticalLayout
impl Unpin for VerticalLayout
impl UnwindSafe for VerticalLayout
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