pub struct ImageOperands(/* private fields */);
Implementations§
Source§impl ImageOperands
impl ImageOperands
Trait Implementations§
Source§impl Clone for ImageOperands
impl Clone for ImageOperands
Source§fn clone(&self) -> ImageOperands
fn clone(&self) -> ImageOperands
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 moreSource§impl Debug for ImageOperands
impl Debug for ImageOperands
Source§impl From<u32> for ImageOperands
impl From<u32> for ImageOperands
Source§fn from(val: u32) -> ImageOperands
fn from(val: u32) -> ImageOperands
Converts to this type from the input type.
Source§impl Hash for ImageOperands
impl Hash for ImageOperands
Source§impl PartialEq for ImageOperands
impl PartialEq for ImageOperands
impl Copy for ImageOperands
impl StructuralPartialEq for ImageOperands
Auto Trait Implementations§
impl Freeze for ImageOperands
impl RefUnwindSafe for ImageOperands
impl Send for ImageOperands
impl Sync for ImageOperands
impl Unpin for ImageOperands
impl UnwindSafe for ImageOperands
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