Struct ash::vk::ImageViewASTCDecodeModeEXT
source · #[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§
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§impl TaggedStructure for ImageViewASTCDecodeModeEXT
impl TaggedStructure for ImageViewASTCDecodeModeEXT
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_VIEW_ASTC_DECODE_MODE_EXT
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 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