[−][src]Struct web_sys::SvgLinearGradientElement
The SVGLinearGradientElement object
This API requires the following crate features to be activated: SvgLinearGradientElement
Methods
impl SvgLinearGradientElement[src]
impl SvgLinearGradientElementpub fn x1(&self) -> SvgAnimatedLength | [src] |
The x1 getter
This API requires the following crate features to be activated: SvgAnimatedLength, SvgLinearGradientElement
impl SvgLinearGradientElement[src]
impl SvgLinearGradientElementpub fn y1(&self) -> SvgAnimatedLength | [src] |
The y1 getter
This API requires the following crate features to be activated: SvgAnimatedLength, SvgLinearGradientElement
impl SvgLinearGradientElement[src]
impl SvgLinearGradientElementpub fn x2(&self) -> SvgAnimatedLength | [src] |
The x2 getter
This API requires the following crate features to be activated: SvgAnimatedLength, SvgLinearGradientElement
impl SvgLinearGradientElement[src]
impl SvgLinearGradientElementpub fn y2(&self) -> SvgAnimatedLength | [src] |
The y2 getter
This API requires the following crate features to be activated: SvgAnimatedLength, SvgLinearGradientElement
Methods from Deref<Target = SvgGradientElement>
pub fn gradient_units(&self) -> SvgAnimatedEnumeration | [src] |
The gradientUnits getter
This API requires the following crate features to be activated: SvgAnimatedEnumeration, SvgGradientElement
pub fn gradient_transform(&self) -> SvgAnimatedTransformList | [src] |
The gradientTransform getter
This API requires the following crate features to be activated: SvgAnimatedTransformList, SvgGradientElement
pub fn spread_method(&self) -> SvgAnimatedEnumeration | [src] |
The spreadMethod getter
This API requires the following crate features to be activated: SvgAnimatedEnumeration, SvgGradientElement
pub fn href(&self) -> SvgAnimatedString | [src] |
The href getter
This API requires the following crate features to be activated: SvgAnimatedString, SvgGradientElement
pub const SVG_SPREADMETHOD_UNKNOWN: u16[src]
pub const SVG_SPREADMETHOD_PAD: u16[src]
pub const SVG_SPREADMETHOD_REFLECT: u16[src]
pub const SVG_SPREADMETHOD_REPEAT: u16[src]
Trait Implementations
impl From<JsValue> for SvgLinearGradientElement[src]
impl From<JsValue> for SvgLinearGradientElementfn from(obj: JsValue) -> SvgLinearGradientElement | [src] |
impl From<SvgLinearGradientElement> for JsValue[src]
impl From<SvgLinearGradientElement> for JsValuefn from(obj: SvgLinearGradientElement) -> JsValue | [src] |
impl From<SvgLinearGradientElement> for SvgGradientElement[src]
impl From<SvgLinearGradientElement> for SvgGradientElementfn from(obj: SvgLinearGradientElement) -> SvgGradientElement | [src] |
impl From<SvgLinearGradientElement> for SvgElement[src]
impl From<SvgLinearGradientElement> for SvgElementfn from(obj: SvgLinearGradientElement) -> SvgElement | [src] |
impl From<SvgLinearGradientElement> for Element[src]
impl From<SvgLinearGradientElement> for Elementfn from(obj: SvgLinearGradientElement) -> Element | [src] |
impl From<SvgLinearGradientElement> for Node[src]
impl From<SvgLinearGradientElement> for Nodefn from(obj: SvgLinearGradientElement) -> Node | [src] |
impl From<SvgLinearGradientElement> for EventTarget[src]
impl From<SvgLinearGradientElement> for EventTargetfn from(obj: SvgLinearGradientElement) -> EventTarget | [src] |
impl From<SvgLinearGradientElement> for Object[src]
impl From<SvgLinearGradientElement> for Objectfn from(obj: SvgLinearGradientElement) -> Object | [src] |
impl AsRef<JsValue> for SvgLinearGradientElement[src]
impl AsRef<JsValue> for SvgLinearGradientElementimpl AsRef<SvgGradientElement> for SvgLinearGradientElement[src]
impl AsRef<SvgGradientElement> for SvgLinearGradientElementfn as_ref(&self) -> &SvgGradientElement | [src] |
impl AsRef<SvgElement> for SvgLinearGradientElement[src]
impl AsRef<SvgElement> for SvgLinearGradientElementfn as_ref(&self) -> &SvgElement | [src] |
impl AsRef<Element> for SvgLinearGradientElement[src]
impl AsRef<Element> for SvgLinearGradientElementimpl AsRef<Node> for SvgLinearGradientElement[src]
impl AsRef<Node> for SvgLinearGradientElementimpl AsRef<EventTarget> for SvgLinearGradientElement[src]
impl AsRef<EventTarget> for SvgLinearGradientElementfn as_ref(&self) -> &EventTarget | [src] |
impl AsRef<Object> for SvgLinearGradientElement[src]
impl AsRef<Object> for SvgLinearGradientElementimpl Clone for SvgLinearGradientElement[src]
impl Clone for SvgLinearGradientElementfn clone(&self) -> SvgLinearGradientElement | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for SvgLinearGradientElement[src]
impl Debug for SvgLinearGradientElementimpl Deref for SvgLinearGradientElement[src]
impl Deref for SvgLinearGradientElementtype Target = SvgGradientElement
The resulting type after dereferencing.
fn deref(&self) -> &SvgGradientElement | [src] |
impl JsCast for SvgLinearGradientElement[src]
impl JsCast for SvgLinearGradientElementfn instanceof(val: &JsValue) -> bool | [src] |
fn unchecked_from_js(val: JsValue) -> Self | [src] |
fn unchecked_from_js_ref(val: &JsValue) -> &Self | [src] |
fn is_instance_of<T>(&self) -> bool where | [src] |
Test whether this JS value is an instance of the type T. Read more
fn dyn_into<T>(self) -> Result<T, Self> where | [src] |
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn dyn_ref<T>(&self) -> Option<&T> where | [src] |
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn unchecked_into<T>(self) -> T where | [src] |
Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where | [src] |
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
impl WasmDescribe for SvgLinearGradientElement[src]
impl WasmDescribe for SvgLinearGradientElementimpl FromWasmAbi for SvgLinearGradientElement[src]
impl FromWasmAbi for SvgLinearGradientElementtype 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, extra: &mut dyn Stack) -> Self | [src] |
impl IntoWasmAbi for SvgLinearGradientElement[src]
impl IntoWasmAbi for SvgLinearGradientElementtype Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl<'a> IntoWasmAbi for &'a SvgLinearGradientElement[src]
impl<'a> IntoWasmAbi for &'a SvgLinearGradientElementtype 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, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl RefFromWasmAbi for SvgLinearGradientElement[src]
impl RefFromWasmAbi for SvgLinearGradientElementtype Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<SvgLinearGradientElement>
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, extra: &mut dyn Stack) -> Self::Anchor | [src] |
impl OptionFromWasmAbi for SvgLinearGradientElement[src]
impl OptionFromWasmAbi for SvgLinearGradientElementimpl OptionIntoWasmAbi for SvgLinearGradientElement[src]
impl OptionIntoWasmAbi for SvgLinearGradientElementimpl<'a> OptionIntoWasmAbi for &'a SvgLinearGradientElement[src]
impl<'a> OptionIntoWasmAbi for &'a SvgLinearGradientElementAuto Trait Implementations
impl !Send for SvgLinearGradientElement
impl !Send for SvgLinearGradientElementimpl !Sync for SvgLinearGradientElement
impl !Sync for SvgLinearGradientElementBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)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> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi | [src] |