Struct screen_13::prelude::vk::ImageViewASTCDecodeModeEXT
source · 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 moresource§impl Debug for ImageViewASTCDecodeModeEXT
impl Debug for ImageViewASTCDecodeModeEXT
source§impl Default for ImageViewASTCDecodeModeEXT
impl Default for ImageViewASTCDecodeModeEXT
source§fn default() -> ImageViewASTCDecodeModeEXT
fn default() -> ImageViewASTCDecodeModeEXT
Returns the “default value” for a type. Read more