#[repr(C)]pub struct ImageViewASTCDecodeModeEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub decode_mode: Format,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_VIEW_ASTC_DECODE_MODE_EXT.
p_next: *const c_voidOptional, may be null.
decode_mode: FormatImplementations§
Source§impl ImageViewASTCDecodeModeEXT
impl ImageViewASTCDecodeModeEXT
Sourcepub fn builder<'a>() -> ImageViewASTCDecodeModeEXTBuilder<'a>
pub fn builder<'a>() -> ImageViewASTCDecodeModeEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImageViewASTCDecodeModeEXT
impl Clone for ImageViewASTCDecodeModeEXT
Source§fn clone(&self) -> ImageViewASTCDecodeModeEXT
fn clone(&self) -> ImageViewASTCDecodeModeEXT
Returns a duplicate 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
impl Copy for ImageViewASTCDecodeModeEXT
impl ExtendsImageViewCreateInfo for ImageViewASTCDecodeModeEXT
Auto Trait Implementations§
impl Freeze for ImageViewASTCDecodeModeEXT
impl RefUnwindSafe for ImageViewASTCDecodeModeEXT
impl !Send for ImageViewASTCDecodeModeEXT
impl !Sync for ImageViewASTCDecodeModeEXT
impl Unpin for ImageViewASTCDecodeModeEXT
impl UnsafeUnpin for ImageViewASTCDecodeModeEXT
impl UnwindSafe for ImageViewASTCDecodeModeEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more