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§
impl Copy for BeginSvg
impl StructuralPartialEq for BeginSvg
Auto Trait Implementations§
impl Freeze for BeginSvg
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)