#[repr(transparent)]pub struct ShaderReflection(pub UInteger);Expand description
Shader reflection options.
C++ equivalent: MTL4::ShaderReflection
Tuple Fields§
§0: UIntegerImplementations§
Source§impl ShaderReflection
impl ShaderReflection
Sourcepub const BINDING_INFO: Self
pub const BINDING_INFO: Self
Include binding info.
Sourcepub const BUFFER_TYPE_INFO: Self
pub const BUFFER_TYPE_INFO: Self
Include buffer type info.
Trait Implementations§
Source§impl BitAnd for ShaderReflection
impl BitAnd for ShaderReflection
Source§impl BitOr for ShaderReflection
impl BitOr for ShaderReflection
Source§impl Clone for ShaderReflection
impl Clone for ShaderReflection
Source§fn clone(&self) -> ShaderReflection
fn clone(&self) -> ShaderReflection
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 ShaderReflection
impl Debug for ShaderReflection
Source§impl Default for ShaderReflection
impl Default for ShaderReflection
Source§fn default() -> ShaderReflection
fn default() -> ShaderReflection
Returns the “default value” for a type. Read more
Source§impl Hash for ShaderReflection
impl Hash for ShaderReflection
Source§impl PartialEq for ShaderReflection
impl PartialEq for ShaderReflection
impl Copy for ShaderReflection
impl Eq for ShaderReflection
impl StructuralPartialEq for ShaderReflection
Auto Trait Implementations§
impl Freeze for ShaderReflection
impl RefUnwindSafe for ShaderReflection
impl Send for ShaderReflection
impl Sync for ShaderReflection
impl Unpin for ShaderReflection
impl UnwindSafe for ShaderReflection
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