Struct pax_std::drawing::path::PathContext
source · pub struct PathContext {
pub elements: Property<Vec<PathElement>>,
}Fields§
§elements: Property<Vec<PathElement>>Trait Implementations§
impl Store for PathContext
Auto Trait Implementations§
impl Freeze for PathContext
impl RefUnwindSafe for PathContext
impl Send for PathContext
impl Sync for PathContext
impl Unpin for PathContext
impl UnwindSafe for PathContext
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, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.