Struct composable::views::svg::Output
source · pub struct Output { /* private fields */ }
Available on crate features
unstable
and views
only.Expand description
Implementations§
Trait Implementations§
source§impl Output for Output
impl Output for Output
source§fn begin(&mut self, x: f32, y: f32, rgba: [u8; 4], transform: &Transform)
fn begin(&mut self, x: f32, y: f32, rgba: [u8; 4], transform: &Transform)
Begins a new path. Read more
source§fn quadratic_bezier_to(&mut self, x1: f32, y1: f32, x: f32, y: f32)
fn quadratic_bezier_to(&mut self, x1: f32, y1: f32, x: f32, y: f32)
Adds a quadratic Bézier to the current path. Read more
Auto Trait Implementations§
impl Freeze for Output
impl !RefUnwindSafe for Output
impl Send for Output
impl Sync for Output
impl Unpin for Output
impl !UnwindSafe for Output
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