#[repr(transparent)]pub struct ArgumentType(pub UInteger);Expand description
Argument type for shader arguments.
C++ equivalent: MTL::ArgumentType
Tuple Fields§
§0: UIntegerImplementations§
Source§impl ArgumentType
impl ArgumentType
pub const BUFFER: Self
pub const THREADGROUP_MEMORY: Self
pub const TEXTURE: Self
pub const SAMPLER: Self
pub const IMAGEBLOCK_DATA: Self
pub const IMAGEBLOCK: Self
pub const VISIBLE_FUNCTION_TABLE: Self
pub const PRIMITIVE_ACCELERATION_STRUCTURE: Self
pub const INSTANCE_ACCELERATION_STRUCTURE: Self
pub const INTERSECTION_FUNCTION_TABLE: Self
Trait Implementations§
Source§impl Clone for ArgumentType
impl Clone for ArgumentType
Source§fn clone(&self) -> ArgumentType
fn clone(&self) -> ArgumentType
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 ArgumentType
impl Debug for ArgumentType
Source§impl Default for ArgumentType
impl Default for ArgumentType
Source§fn default() -> ArgumentType
fn default() -> ArgumentType
Returns the “default value” for a type. Read more
Source§impl Hash for ArgumentType
impl Hash for ArgumentType
Source§impl PartialEq for ArgumentType
impl PartialEq for ArgumentType
impl Copy for ArgumentType
impl Eq for ArgumentType
impl StructuralPartialEq for ArgumentType
Auto Trait Implementations§
impl Freeze for ArgumentType
impl RefUnwindSafe for ArgumentType
impl Send for ArgumentType
impl Sync for ArgumentType
impl Unpin for ArgumentType
impl UnwindSafe for ArgumentType
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