pub struct ViewTransformRgb24Identity;Trait Implementations§
Source§impl Clone for ViewTransformRgb24Identity
impl Clone for ViewTransformRgb24Identity
Source§fn clone(&self) -> ViewTransformRgb24Identity
fn clone(&self) -> ViewTransformRgb24Identity
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 moreimpl Copy for ViewTransformRgb24Identity
Auto Trait Implementations§
impl Freeze for ViewTransformRgb24Identity
impl RefUnwindSafe for ViewTransformRgb24Identity
impl Send for ViewTransformRgb24Identity
impl Sync for ViewTransformRgb24Identity
impl Unpin for ViewTransformRgb24Identity
impl UnwindSafe for ViewTransformRgb24Identity
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