pub struct ImageOperands(/* private fields */);Implementations§
Source§impl ImageOperands
impl ImageOperands
pub const NONE: Self
pub const BIAS: Self
pub const LOD: Self
pub const GRAD: Self
pub const CONST_OFFSET: Self
pub const OFFSET: Self
pub const CONST_OFFSETS: Self
pub const SAMPLE: Self
pub const MIN_LOD: Self
pub const MAKE_TEXEL_AVAILABLE: Self
pub const MAKE_TEXEL_VISIBLE: Self
pub const NON_PRIVATE_TEXEL: Self
pub const VOLATILE_TEXEL: Self
pub const SIGN_EXTEND: Self
pub const ZERO_EXTEND: Self
pub const NONTEMPORAL: Self
pub const OFFSETS: Self
Trait Implementations§
Source§impl BitAnd for ImageOperands
impl BitAnd for ImageOperands
Source§impl BitOr for ImageOperands
impl BitOr for ImageOperands
Source§impl Clone for ImageOperands
impl Clone for ImageOperands
Source§fn clone(&self) -> ImageOperands
fn clone(&self) -> ImageOperands
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 Debug for ImageOperands
impl Debug for ImageOperands
Source§impl Display for ImageOperands
impl Display for ImageOperands
Source§impl PartialEq for ImageOperands
impl PartialEq for ImageOperands
impl Copy for ImageOperands
impl Eq 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 UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.