pub struct ColorMatrix3DWithShift {
pub e: [f64; 12],
}Fields§
§e: [f64; 12]Trait Implementations§
Source§impl Clone for ColorMatrix3DWithShift
impl Clone for ColorMatrix3DWithShift
Source§fn clone(&self) -> ColorMatrix3DWithShift
fn clone(&self) -> ColorMatrix3DWithShift
Returns a duplicate 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 ColorMatrix3DWithShift
impl RefUnwindSafe for ColorMatrix3DWithShift
impl Send for ColorMatrix3DWithShift
impl Sync for ColorMatrix3DWithShift
impl Unpin for ColorMatrix3DWithShift
impl UnsafeUnpin for ColorMatrix3DWithShift
impl UnwindSafe for ColorMatrix3DWithShift
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