#[repr(C)]pub struct ImageViewASTCDecodeModeEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub decode_mode: Format,
}Expand description
Fields
s_type: StructureTypenext: *const c_voiddecode_mode: FormatTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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