pub struct PassthroughColorLutChannelsMETA(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl Clone for PassthroughColorLutChannelsMETA
impl Clone for PassthroughColorLutChannelsMETA
Source§fn clone(&self) -> PassthroughColorLutChannelsMETA
fn clone(&self) -> PassthroughColorLutChannelsMETA
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 moreSource§impl PartialEq for PassthroughColorLutChannelsMETA
impl PartialEq for PassthroughColorLutChannelsMETA
Source§fn eq(&self, other: &PassthroughColorLutChannelsMETA) -> bool
fn eq(&self, other: &PassthroughColorLutChannelsMETA) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PassthroughColorLutChannelsMETA
impl Eq for PassthroughColorLutChannelsMETA
impl StructuralPartialEq for PassthroughColorLutChannelsMETA
Auto Trait Implementations§
impl Freeze for PassthroughColorLutChannelsMETA
impl RefUnwindSafe for PassthroughColorLutChannelsMETA
impl Send for PassthroughColorLutChannelsMETA
impl Sync for PassthroughColorLutChannelsMETA
impl Unpin for PassthroughColorLutChannelsMETA
impl UnwindSafe for PassthroughColorLutChannelsMETA
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