pub struct BeginSvg {
pub w: f32,
pub h: f32,
}
Expand description
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 {w} {y}">
Fields§
§w: f32
§h: f32
Trait Implementations§
source§impl PartialEq for BeginSvg
impl PartialEq for BeginSvg
impl Copy for BeginSvg
impl StructuralPartialEq for BeginSvg
Auto Trait Implementations§
impl RefUnwindSafe for BeginSvg
impl Send for BeginSvg
impl Sync for BeginSvg
impl Unpin for BeginSvg
impl UnwindSafe for BeginSvg
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