Struct ash::vk::ImageViewASTCDecodeModeEXT  
source · #[repr(C)]pub struct ImageViewASTCDecodeModeEXT {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub decode_mode: Format,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§decode_mode: FormatImplementations§
source§impl ImageViewASTCDecodeModeEXT
 
impl ImageViewASTCDecodeModeEXT
pub fn builder<'a>() -> ImageViewASTCDecodeModeEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ImageViewASTCDecodeModeEXT
 
impl Clone for ImageViewASTCDecodeModeEXT
source§fn clone(&self) -> ImageViewASTCDecodeModeEXT
 
fn clone(&self) -> ImageViewASTCDecodeModeEXT
Returns a copy 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 more