[−][src]Struct web_sys::SvgLinearGradientElement
The SVGLinearGradientElement
object
This API requires the following crate features to be activated: SvgLinearGradientElement
Methods
impl SvgLinearGradientElement
[src]
pub fn x1(&self) -> SvgAnimatedLength
[src]
The x1
getter
This API requires the following crate features to be activated: SvgAnimatedLength
, SvgLinearGradientElement
impl SvgLinearGradientElement
[src]
pub fn y1(&self) -> SvgAnimatedLength
[src]
The y1
getter
This API requires the following crate features to be activated: SvgAnimatedLength
, SvgLinearGradientElement
impl SvgLinearGradientElement
[src]
pub fn x2(&self) -> SvgAnimatedLength
[src]
The x2
getter
This API requires the following crate features to be activated: SvgAnimatedLength
, SvgLinearGradientElement
impl SvgLinearGradientElement
[src]
pub 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 Clone for SvgLinearGradientElement
[src]
fn clone(&self) -> SvgLinearGradientElement
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl AsRef<JsValue> for SvgLinearGradientElement
[src]
impl AsRef<SvgGradientElement> for SvgLinearGradientElement
[src]
fn as_ref(&self) -> &SvgGradientElement
[src]
impl AsRef<SvgElement> for SvgLinearGradientElement
[src]
fn as_ref(&self) -> &SvgElement
[src]
impl AsRef<Element> for SvgLinearGradientElement
[src]
impl AsRef<Node> for SvgLinearGradientElement
[src]
impl AsRef<EventTarget> for SvgLinearGradientElement
[src]
fn as_ref(&self) -> &EventTarget
[src]
impl AsRef<Object> for SvgLinearGradientElement
[src]
impl From<JsValue> for SvgLinearGradientElement
[src]
fn from(obj: JsValue) -> SvgLinearGradientElement
[src]
impl From<SvgLinearGradientElement> for JsValue
[src]
fn from(obj: SvgLinearGradientElement) -> JsValue
[src]
impl From<SvgLinearGradientElement> for SvgGradientElement
[src]
fn from(obj: SvgLinearGradientElement) -> SvgGradientElement
[src]
impl From<SvgLinearGradientElement> for SvgElement
[src]
fn from(obj: SvgLinearGradientElement) -> SvgElement
[src]
impl From<SvgLinearGradientElement> for Element
[src]
fn from(obj: SvgLinearGradientElement) -> Element
[src]
impl From<SvgLinearGradientElement> for Node
[src]
fn from(obj: SvgLinearGradientElement) -> Node
[src]
impl From<SvgLinearGradientElement> for EventTarget
[src]
fn from(obj: SvgLinearGradientElement) -> EventTarget
[src]
impl From<SvgLinearGradientElement> for Object
[src]
fn from(obj: SvgLinearGradientElement) -> Object
[src]
impl Debug for SvgLinearGradientElement
[src]
impl Deref for SvgLinearGradientElement
[src]
type Target = SvgGradientElement
The resulting type after dereferencing.
fn deref(&self) -> &SvgGradientElement
[src]
impl FromWasmAbi for SvgLinearGradientElement
[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, extra: &mut dyn Stack) -> Self
[src]
impl IntoWasmAbi for SvgLinearGradientElement
[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, extra: &mut dyn Stack) -> Self::Abi
[src]
impl<'a> IntoWasmAbi for &'a SvgLinearGradientElement
[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, extra: &mut dyn Stack) -> Self::Abi
[src]
impl WasmDescribe for SvgLinearGradientElement
[src]
impl OptionFromWasmAbi for SvgLinearGradientElement
[src]
impl OptionIntoWasmAbi for SvgLinearGradientElement
[src]
impl<'a> OptionIntoWasmAbi for &'a SvgLinearGradientElement
[src]
impl RefFromWasmAbi for SvgLinearGradientElement
[src]
type 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 JsCast for SvgLinearGradientElement
[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 is_instance_of<T>(&self) -> bool where
T: JsCast,
[src]
T: JsCast,
Test whether this JS value is an instance of the type T
. Read more
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast,
[src]
T: JsCast,
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
T: JsCast,
[src]
T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the target type T
. Read more
fn unchecked_into<T>(self) -> T where
T: JsCast,
[src]
T: JsCast,
Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where
T: JsCast,
[src]
T: JsCast,
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Auto Trait Implementations
impl !Send for SvgLinearGradientElement
impl !Sync for SvgLinearGradientElement
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom 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> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
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]
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi