Struct freya::prelude::dioxus_elements::svg
pub struct svg;
Implementations§
§impl svg
impl svg
pub const svg_data: (&'static str, Option<&'static str>, bool) = ("svg_data", None, false)
pub const svg_content: (&'static str, Option<&'static str>, bool) = ("svg_content", None, false)
pub const width: (&'static str, Option<&'static str>, bool) = ("width", None, false)
pub const height: (&'static str, Option<&'static str>, bool) = ("height", None, false)
pub const rotate: (&'static str, Option<&'static str>, bool) = ("rotate", None, false)
pub const role: (&'static str, Option<&'static str>, bool) = ("role", None, false)
pub const focus_id: (&'static str, Option<&'static str>, bool) = ("focus_id", None, false)
pub const alt: (&'static str, Option<&'static str>, bool) = ("alt", None, false)
pub const name: (&'static str, Option<&'static str>, bool) = ("name", None, false)
pub const focusable: (&'static str, Option<&'static str>, bool) = ("focusable", None, false)
Trait Implementations§
impl GlobalAttributes for svg
Auto Trait Implementations§
impl RefUnwindSafe for svg
impl Send for svg
impl Sync for svg
impl Unpin for svg
impl UnwindSafe for svg
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