pub struct BlendingRange {
pub source_range: Vec<f64>,
pub dest_range: Vec<f64>,
}Expand description
TS blendingRanges.ranges[] element.
Fields§
§source_range: Vec<f64>§dest_range: Vec<f64>Trait Implementations§
Source§impl Clone for BlendingRange
impl Clone for BlendingRange
Source§fn clone(&self) -> BlendingRange
fn clone(&self) -> BlendingRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlendingRange
impl Debug for BlendingRange
Source§impl Default for BlendingRange
impl Default for BlendingRange
Source§fn default() -> BlendingRange
fn default() -> BlendingRange
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlendingRange
impl RefUnwindSafe for BlendingRange
impl Send for BlendingRange
impl Sync for BlendingRange
impl Unpin for BlendingRange
impl UnsafeUnpin for BlendingRange
impl UnwindSafe for BlendingRange
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