pub struct defs;Expand description
HTML <defs> element - Container for reusable SVG elements
Example:
<defs><circle id="myCircle" cx="5" cy="5" r="4" /></defs>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for defs
impl RefUnwindSafe for defs
impl Send for defs
impl Sync for defs
impl Unpin for defs
impl UnwindSafe for defs
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