[−][src]Struct web_sys::SvgSwitchElement
The SvgSwitchElement class.
This API requires the following crate features to be activated: SvgSwitchElement
Methods from Deref<Target = SvgGraphicsElement>
pub fn transform(&self) -> SvgAnimatedTransformList[src]
Getter for the transform field of this object.
This API requires the following crate features to be activated: SvgAnimatedTransformList, SvgGraphicsElement
pub fn nearest_viewport_element(&self) -> Option<SvgElement>[src]
Getter for the nearestViewportElement field of this object.
This API requires the following crate features to be activated: SvgGraphicsElement
pub fn farthest_viewport_element(&self) -> Option<SvgElement>[src]
Getter for the farthestViewportElement field of this object.
This API requires the following crate features to be activated: SvgGraphicsElement
pub fn required_features(&self) -> SvgStringList[src]
Getter for the requiredFeatures field of this object.
This API requires the following crate features to be activated: SvgGraphicsElement, SvgStringList
pub fn required_extensions(&self) -> SvgStringList[src]
Getter for the requiredExtensions field of this object.
This API requires the following crate features to be activated: SvgGraphicsElement, SvgStringList
pub fn system_language(&self) -> SvgStringList[src]
Getter for the systemLanguage field of this object.
This API requires the following crate features to be activated: SvgGraphicsElement, SvgStringList
pub fn get_b_box(&self) -> Result<SvgRect, JsValue>[src]
The getBBox() method.
This API requires the following crate features to be activated: SvgGraphicsElement, SvgRect
pub fn get_b_box_with_a_options(
&self,
a_options: &SvgBoundingBoxOptions
) -> Result<SvgRect, JsValue>[src]
&self,
a_options: &SvgBoundingBoxOptions
) -> Result<SvgRect, JsValue>
The getBBox() method.
This API requires the following crate features to be activated: SvgBoundingBoxOptions, SvgGraphicsElement, SvgRect
pub fn get_ctm(&self) -> Option<SvgMatrix>[src]
The getCTM() method.
This API requires the following crate features to be activated: SvgGraphicsElement, SvgMatrix
pub fn get_screen_ctm(&self) -> Option<SvgMatrix>[src]
The getScreenCTM() method.
This API requires the following crate features to be activated: SvgGraphicsElement, SvgMatrix
pub fn get_transform_to_element(
&self,
element: &SvgGraphicsElement
) -> Result<SvgMatrix, JsValue>[src]
&self,
element: &SvgGraphicsElement
) -> Result<SvgMatrix, JsValue>
The getTransformToElement() method.
This API requires the following crate features to be activated: SvgGraphicsElement, SvgMatrix
pub fn has_extension(&self, extension: &str) -> bool[src]
The hasExtension() method.
This API requires the following crate features to be activated: SvgGraphicsElement
Trait Implementations
impl AsRef<Element> for SvgSwitchElement[src]
impl AsRef<EventTarget> for SvgSwitchElement[src]
fn as_ref(&self) -> &EventTarget[src]
impl AsRef<JsValue> for SvgSwitchElement[src]
impl AsRef<Node> for SvgSwitchElement[src]
impl AsRef<Object> for SvgSwitchElement[src]
impl AsRef<SvgElement> for SvgSwitchElement[src]
fn as_ref(&self) -> &SvgElement[src]
impl AsRef<SvgGraphicsElement> for SvgSwitchElement[src]
fn as_ref(&self) -> &SvgGraphicsElement[src]
impl AsRef<SvgSwitchElement> for SvgSwitchElement[src]
fn as_ref(&self) -> &SvgSwitchElement[src]
impl Clone for SvgSwitchElement[src]
fn clone(&self) -> SvgSwitchElement[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SvgSwitchElement[src]
impl Deref for SvgSwitchElement[src]
type Target = SvgGraphicsElement
The resulting type after dereferencing.
fn deref(&self) -> &SvgGraphicsElement[src]
impl Eq for SvgSwitchElement[src]
impl From<JsValue> for SvgSwitchElement[src]
fn from(obj: JsValue) -> SvgSwitchElement[src]
impl From<SvgSwitchElement> for JsValue[src]
fn from(obj: SvgSwitchElement) -> JsValue[src]
impl From<SvgSwitchElement> for SvgGraphicsElement[src]
fn from(obj: SvgSwitchElement) -> SvgGraphicsElement[src]
impl From<SvgSwitchElement> for SvgElement[src]
fn from(obj: SvgSwitchElement) -> SvgElement[src]
impl From<SvgSwitchElement> for Element[src]
fn from(obj: SvgSwitchElement) -> Element[src]
impl From<SvgSwitchElement> for Node[src]
fn from(obj: SvgSwitchElement) -> Node[src]
impl From<SvgSwitchElement> for EventTarget[src]
fn from(obj: SvgSwitchElement) -> EventTarget[src]
impl From<SvgSwitchElement> for Object[src]
fn from(obj: SvgSwitchElement) -> Object[src]
impl FromWasmAbi for SvgSwitchElement[src]
type Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi) -> Self[src]
impl IntoWasmAbi for SvgSwitchElement[src]
type Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self) -> Self::Abi[src]
impl<'a> IntoWasmAbi for &'a SvgSwitchElement[src]
type Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self) -> Self::Abi[src]
impl JsCast for SvgSwitchElement[src]
fn instanceof(val: &JsValue) -> bool[src]
fn unchecked_from_js(val: JsValue) -> Self[src]
fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]
fn has_type<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]
T: JsCast,
fn unchecked_into<T>(self) -> T where
T: JsCast, [src]
T: JsCast,
fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]
T: JsCast,
fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn is_type_of(val: &JsValue) -> bool[src]
impl OptionFromWasmAbi for SvgSwitchElement[src]
impl OptionIntoWasmAbi for SvgSwitchElement[src]
impl<'a> OptionIntoWasmAbi for &'a SvgSwitchElement[src]
impl PartialEq<SvgSwitchElement> for SvgSwitchElement[src]
fn eq(&self, other: &SvgSwitchElement) -> bool[src]
fn ne(&self, other: &SvgSwitchElement) -> bool[src]
impl RefFromWasmAbi for SvgSwitchElement[src]
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<SvgSwitchElement>
The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more
unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor[src]
impl StructuralEq for SvgSwitchElement[src]
impl StructuralPartialEq for SvgSwitchElement[src]
impl WasmDescribe for SvgSwitchElement[src]
Auto Trait Implementations
impl RefUnwindSafe for SvgSwitchElement
impl !Send for SvgSwitchElement
impl !Sync for SvgSwitchElement
impl Unpin for SvgSwitchElement
impl UnwindSafe for SvgSwitchElement
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,