pub struct ImageOperands { /* private fields */ }
Implementations§
Source§impl ImageOperands
impl ImageOperands
pub fn new() -> ImageOperands
pub fn get(&mut self, op: ImageOperands) -> Option<ValueId>
pub fn set(&mut self, op: ImageOperands, value: ValueId)
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 moreAuto 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