pub enum Units {
UserSpaceOnUse,
ObjectBoundingBox,
}Expand description
An element units.
Variants§
Trait Implementations§
source§impl EnumFromStr for Units
impl EnumFromStr for Units
fn enum_from_str(s: &str) -> Option<Self>
source§impl PartialEq for Units
impl PartialEq for Units
impl Copy for Units
impl Eq for Units
impl StructuralPartialEq for Units
Auto Trait Implementations§
impl Freeze for Units
impl RefUnwindSafe for Units
impl Send for Units
impl Sync for Units
impl Unpin for Units
impl UnwindSafe for Units
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