#[repr(C)]pub struct SpvReflectImageTraits {
pub dim: SpvDim,
pub depth: u32,
pub arrayed: u32,
pub ms: u32,
pub sampled: u32,
pub image_format: SpvImageFormat,
}Fields§
§dim: SpvDim§depth: u32§arrayed: u32§ms: u32§sampled: u32§image_format: SpvImageFormatTrait Implementations§
Source§impl Clone for SpvReflectImageTraits
impl Clone for SpvReflectImageTraits
Source§fn clone(&self) -> SpvReflectImageTraits
fn clone(&self) -> SpvReflectImageTraits
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 SpvReflectImageTraits
impl Debug for SpvReflectImageTraits
impl Copy for SpvReflectImageTraits
Auto Trait Implementations§
impl Freeze for SpvReflectImageTraits
impl RefUnwindSafe for SpvReflectImageTraits
impl Send for SpvReflectImageTraits
impl Sync for SpvReflectImageTraits
impl Unpin for SpvReflectImageTraits
impl UnwindSafe for SpvReflectImageTraits
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