Struct spirv_reflect::types::traits::ReflectImageTraits
source · pub struct ReflectImageTraits {
pub dim: ReflectDimension,
pub depth: u32,
pub arrayed: u32,
pub ms: u32,
pub sampled: u32,
pub image_format: ReflectImageFormat,
}Fields
dim: ReflectDimensiondepth: u32arrayed: u32ms: u32sampled: u32image_format: ReflectImageFormatTrait Implementations
sourceimpl Clone for ReflectImageTraits
impl Clone for ReflectImageTraits
sourcefn clone(&self) -> ReflectImageTraits
fn clone(&self) -> ReflectImageTraits
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ReflectImageTraits
impl Debug for ReflectImageTraits
sourceimpl Default for ReflectImageTraits
impl Default for ReflectImageTraits
sourcefn default() -> ReflectImageTraits
fn default() -> ReflectImageTraits
Returns the “default value” for a type. Read more
sourceimpl Serialize for ReflectImageTraits
impl Serialize for ReflectImageTraits
impl Copy for ReflectImageTraits
Auto Trait Implementations
impl RefUnwindSafe for ReflectImageTraits
impl Send for ReflectImageTraits
impl Sync for ReflectImageTraits
impl Unpin for ReflectImageTraits
impl UnwindSafe for ReflectImageTraits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more