#[repr(transparent)]pub struct SvgComponentTransferFunctionElement { /* private fields */ }Expand description
The SVGComponentTransferFunctionElement object
This API requires the following crate features to be activated: SvgComponentTransferFunctionElement
Implementations§
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
sourcepub fn type_(&self) -> SvgAnimatedEnumeration
 
pub fn type_(&self) -> SvgAnimatedEnumeration
The type getter
This API requires the following crate features to be activated: SvgAnimatedEnumeration, SvgComponentTransferFunctionElement
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
sourcepub fn table_values(&self) -> SvgAnimatedNumberList
 
pub fn table_values(&self) -> SvgAnimatedNumberList
The tableValues getter
This API requires the following crate features to be activated: SvgAnimatedNumberList, SvgComponentTransferFunctionElement
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
sourcepub fn slope(&self) -> SvgAnimatedNumber
 
pub fn slope(&self) -> SvgAnimatedNumber
The slope getter
This API requires the following crate features to be activated: SvgAnimatedNumber, SvgComponentTransferFunctionElement
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
sourcepub fn intercept(&self) -> SvgAnimatedNumber
 
pub fn intercept(&self) -> SvgAnimatedNumber
The intercept getter
This API requires the following crate features to be activated: SvgAnimatedNumber, SvgComponentTransferFunctionElement
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
sourcepub fn amplitude(&self) -> SvgAnimatedNumber
 
pub fn amplitude(&self) -> SvgAnimatedNumber
The amplitude getter
This API requires the following crate features to be activated: SvgAnimatedNumber, SvgComponentTransferFunctionElement
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
sourcepub fn exponent(&self) -> SvgAnimatedNumber
 
pub fn exponent(&self) -> SvgAnimatedNumber
The exponent getter
This API requires the following crate features to be activated: SvgAnimatedNumber, SvgComponentTransferFunctionElement
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
sourcepub fn offset(&self) -> SvgAnimatedNumber
 
pub fn offset(&self) -> SvgAnimatedNumber
The offset getter
This API requires the following crate features to be activated: SvgAnimatedNumber, SvgComponentTransferFunctionElement
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
pub const SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN: u16 = 0u16
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
pub const SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY: u16 = 1u16
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
pub const SVG_FECOMPONENTTRANSFER_TYPE_TABLE: u16 = 2u16
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
pub const SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE: u16 = 3u16
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
pub const SVG_FECOMPONENTTRANSFER_TYPE_LINEAR: u16 = 4u16
source§impl SvgComponentTransferFunctionElement
 
impl SvgComponentTransferFunctionElement
pub const SVG_FECOMPONENTTRANSFER_TYPE_GAMMA: u16 = 5u16
Trait Implementations§
source§impl AsRef<EventTarget> for SvgComponentTransferFunctionElement
 
impl AsRef<EventTarget> for SvgComponentTransferFunctionElement
source§fn as_ref(&self) -> &EventTarget
 
fn as_ref(&self) -> &EventTarget
source§impl AsRef<SvgComponentTransferFunctionElement> for SvgfeFuncAElement
 
impl AsRef<SvgComponentTransferFunctionElement> for SvgfeFuncAElement
source§fn as_ref(&self) -> &SvgComponentTransferFunctionElement
 
fn as_ref(&self) -> &SvgComponentTransferFunctionElement
source§impl AsRef<SvgComponentTransferFunctionElement> for SvgfeFuncBElement
 
impl AsRef<SvgComponentTransferFunctionElement> for SvgfeFuncBElement
source§fn as_ref(&self) -> &SvgComponentTransferFunctionElement
 
fn as_ref(&self) -> &SvgComponentTransferFunctionElement
source§impl AsRef<SvgComponentTransferFunctionElement> for SvgfeFuncGElement
 
impl AsRef<SvgComponentTransferFunctionElement> for SvgfeFuncGElement
source§fn as_ref(&self) -> &SvgComponentTransferFunctionElement
 
fn as_ref(&self) -> &SvgComponentTransferFunctionElement
source§impl AsRef<SvgComponentTransferFunctionElement> for SvgfeFuncRElement
 
impl AsRef<SvgComponentTransferFunctionElement> for SvgfeFuncRElement
source§fn as_ref(&self) -> &SvgComponentTransferFunctionElement
 
fn as_ref(&self) -> &SvgComponentTransferFunctionElement
source§impl AsRef<SvgElement> for SvgComponentTransferFunctionElement
 
impl AsRef<SvgElement> for SvgComponentTransferFunctionElement
source§fn as_ref(&self) -> &SvgElement
 
fn as_ref(&self) -> &SvgElement
source§impl Clone for SvgComponentTransferFunctionElement
 
impl Clone for SvgComponentTransferFunctionElement
source§fn clone(&self) -> SvgComponentTransferFunctionElement
 
fn clone(&self) -> SvgComponentTransferFunctionElement
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl From<JsValue> for SvgComponentTransferFunctionElement
 
impl From<JsValue> for SvgComponentTransferFunctionElement
source§fn from(obj: JsValue) -> SvgComponentTransferFunctionElement
 
fn from(obj: JsValue) -> SvgComponentTransferFunctionElement
source§impl From<SvgComponentTransferFunctionElement> for Element
 
impl From<SvgComponentTransferFunctionElement> for Element
source§fn from(obj: SvgComponentTransferFunctionElement) -> Element
 
fn from(obj: SvgComponentTransferFunctionElement) -> Element
source§impl From<SvgComponentTransferFunctionElement> for EventTarget
 
impl From<SvgComponentTransferFunctionElement> for EventTarget
source§fn from(obj: SvgComponentTransferFunctionElement) -> EventTarget
 
fn from(obj: SvgComponentTransferFunctionElement) -> EventTarget
source§impl From<SvgComponentTransferFunctionElement> for JsValue
 
impl From<SvgComponentTransferFunctionElement> for JsValue
source§fn from(obj: SvgComponentTransferFunctionElement) -> JsValue
 
fn from(obj: SvgComponentTransferFunctionElement) -> JsValue
source§impl From<SvgComponentTransferFunctionElement> for Node
 
impl From<SvgComponentTransferFunctionElement> for Node
source§fn from(obj: SvgComponentTransferFunctionElement) -> Node
 
fn from(obj: SvgComponentTransferFunctionElement) -> Node
source§impl From<SvgComponentTransferFunctionElement> for Object
 
impl From<SvgComponentTransferFunctionElement> for Object
source§fn from(obj: SvgComponentTransferFunctionElement) -> Object
 
fn from(obj: SvgComponentTransferFunctionElement) -> Object
source§impl From<SvgComponentTransferFunctionElement> for SvgElement
 
impl From<SvgComponentTransferFunctionElement> for SvgElement
source§fn from(obj: SvgComponentTransferFunctionElement) -> SvgElement
 
fn from(obj: SvgComponentTransferFunctionElement) -> SvgElement
source§impl From<SvgfeFuncAElement> for SvgComponentTransferFunctionElement
 
impl From<SvgfeFuncAElement> for SvgComponentTransferFunctionElement
source§fn from(obj: SvgfeFuncAElement) -> SvgComponentTransferFunctionElement
 
fn from(obj: SvgfeFuncAElement) -> SvgComponentTransferFunctionElement
source§impl From<SvgfeFuncBElement> for SvgComponentTransferFunctionElement
 
impl From<SvgfeFuncBElement> for SvgComponentTransferFunctionElement
source§fn from(obj: SvgfeFuncBElement) -> SvgComponentTransferFunctionElement
 
fn from(obj: SvgfeFuncBElement) -> SvgComponentTransferFunctionElement
source§impl From<SvgfeFuncGElement> for SvgComponentTransferFunctionElement
 
impl From<SvgfeFuncGElement> for SvgComponentTransferFunctionElement
source§fn from(obj: SvgfeFuncGElement) -> SvgComponentTransferFunctionElement
 
fn from(obj: SvgfeFuncGElement) -> SvgComponentTransferFunctionElement
source§impl From<SvgfeFuncRElement> for SvgComponentTransferFunctionElement
 
impl From<SvgfeFuncRElement> for SvgComponentTransferFunctionElement
source§fn from(obj: SvgfeFuncRElement) -> SvgComponentTransferFunctionElement
 
fn from(obj: SvgfeFuncRElement) -> SvgComponentTransferFunctionElement
source§impl<'a> IntoWasmAbi for &'a SvgComponentTransferFunctionElement
 
impl<'a> IntoWasmAbi for &'a SvgComponentTransferFunctionElement
source§impl JsCast for SvgComponentTransferFunctionElement
 
impl JsCast for SvgComponentTransferFunctionElement
source§fn instanceof(val: &JsValue) -> bool
 
fn instanceof(val: &JsValue) -> bool
instanceof check to see whether the JsValue
provided is an instance of this type. Read moresource§fn unchecked_from_js(val: JsValue) -> Self
 
fn unchecked_from_js(val: JsValue) -> Self
source§fn unchecked_from_js_ref(val: &JsValue) -> &Self
 
fn unchecked_from_js_ref(val: &JsValue) -> &Self
source§fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
 
fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
T. Read moresource§fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
 
fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
T. Read moresource§fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
 
fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
T. Read moresource§fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
 
fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
source§impl<'a> OptionIntoWasmAbi for &'a SvgComponentTransferFunctionElement
 
impl<'a> OptionIntoWasmAbi for &'a SvgComponentTransferFunctionElement
source§impl RefFromWasmAbi for SvgComponentTransferFunctionElement
 
impl RefFromWasmAbi for SvgComponentTransferFunctionElement
§type Abi = <JsValue as RefFromWasmAbi>::Abi
 
type Abi = <JsValue as RefFromWasmAbi>::Abi
Self are recovered from.§type Anchor = ManuallyDrop<SvgComponentTransferFunctionElement>
 
type Anchor = ManuallyDrop<SvgComponentTransferFunctionElement>
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 moreAuto Trait Implementations§
impl RefUnwindSafe for SvgComponentTransferFunctionElement
impl !Send for SvgComponentTransferFunctionElement
impl !Sync for SvgComponentTransferFunctionElement
impl Unpin for SvgComponentTransferFunctionElement
impl UnwindSafe for SvgComponentTransferFunctionElement
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
 
impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
 
type Abi = <T as IntoWasmAbi>::Abi
IntoWasmAbi::Abisource§fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
 
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more