pub struct foreignObject;Expand description
HTML
Example:
<foreignObject x="20" y="20" width="160" height="160"><div>HTML content inside SVG</div></foreignObject>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for foreignObject
impl RefUnwindSafe for foreignObject
impl Send for foreignObject
impl Sync for foreignObject
impl Unpin for foreignObject
impl UnwindSafe for foreignObject
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