pub struct use;Expand description
HTML <use> element - Reuses an SVG element defined elsewhere
Example:
<r#use href="#myCircle" x="10" y="10" fill="blue" />
Trait Implementations§
Auto Trait Implementations§
impl Freeze for use
impl RefUnwindSafe for use
impl Send for use
impl Sync for use
impl Unpin for use
impl UnwindSafe for use
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