#[repr(C)]pub struct ImageViewASTCDecodeModeEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub decode_mode: Format,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voiddecode_mode: FormatImplementations
sourceimpl ImageViewASTCDecodeModeEXT
impl ImageViewASTCDecodeModeEXT
pub fn builder<'a>() -> ImageViewASTCDecodeModeEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for ImageViewASTCDecodeModeEXT
impl Clone for ImageViewASTCDecodeModeEXT
sourcefn clone(&self) -> ImageViewASTCDecodeModeEXT
fn clone(&self) -> ImageViewASTCDecodeModeEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ImageViewASTCDecodeModeEXT
impl Debug for ImageViewASTCDecodeModeEXT
sourceimpl Default for ImageViewASTCDecodeModeEXT
impl Default for ImageViewASTCDecodeModeEXT
sourcefn default() -> ImageViewASTCDecodeModeEXT
fn default() -> ImageViewASTCDecodeModeEXT
Returns the “default value” for a type. Read more
impl Copy for ImageViewASTCDecodeModeEXT
impl ExtendsImageViewCreateInfo for ImageViewASTCDecodeModeEXT
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more