Struct ash::vk::ImageViewASTCDecodeModeEXT [−][src]
#[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: Format
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageViewASTCDecodeModeEXT
impl !Send for ImageViewASTCDecodeModeEXT
impl !Sync for ImageViewASTCDecodeModeEXT
impl Unpin for ImageViewASTCDecodeModeEXT
impl UnwindSafe for ImageViewASTCDecodeModeEXT
Blanket Implementations
Mutably borrows from an owned value. Read more