pub struct DisplacementMap { /* private fields */ }
Expand description
A displacement map filter primitive.
feDisplacementMap
element in the SVG.
Implementations§
source§impl DisplacementMap
impl DisplacementMap
sourcepub fn input2(&self) -> &Input
pub fn input2(&self) -> &Input
Identifies input for the given filter primitive.
in2
in the SVG.
sourcepub fn x_channel_selector(&self) -> ColorChannel
pub fn x_channel_selector(&self) -> ColorChannel
Indicates a source color channel along the X-axis.
xChannelSelector
in the SVG.
sourcepub fn y_channel_selector(&self) -> ColorChannel
pub fn y_channel_selector(&self) -> ColorChannel
Indicates a source color channel along the Y-axis.
yChannelSelector
in the SVG.
Trait Implementations§
source§impl Clone for DisplacementMap
impl Clone for DisplacementMap
source§fn clone(&self) -> DisplacementMap
fn clone(&self) -> DisplacementMap
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DisplacementMap
impl RefUnwindSafe for DisplacementMap
impl Send for DisplacementMap
impl Sync for DisplacementMap
impl Unpin for DisplacementMap
impl UnwindSafe for DisplacementMap
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)