Struct spirv_utils::instruction::ImageOperands [] [src]

pub struct ImageOperands {
    // some fields omitted
}

Methods

impl ImageOperands
[src]

fn new() -> ImageOperands

fn get(&mut self, op: ImageOperands) -> Option<ValueId>

fn set(&mut self, op: ImageOperands, value: ValueId)

Trait Implementations

impl Debug for ImageOperands
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for ImageOperands
[src]

fn clone(&self) -> ImageOperands

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more