Struct screen_13::prelude::vk::PhysicalDeviceASTCDecodeFeaturesEXT
source · pub struct PhysicalDeviceASTCDecodeFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub decode_mode_shared_exponent: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_voidImplementations§
source§impl PhysicalDeviceASTCDecodeFeaturesEXT
impl PhysicalDeviceASTCDecodeFeaturesEXT
pub fn builder<'a>() -> PhysicalDeviceASTCDecodeFeaturesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceASTCDecodeFeaturesEXT
impl Clone for PhysicalDeviceASTCDecodeFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceASTCDecodeFeaturesEXT
fn clone(&self) -> PhysicalDeviceASTCDecodeFeaturesEXT
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 Default for PhysicalDeviceASTCDecodeFeaturesEXT
impl Default for PhysicalDeviceASTCDecodeFeaturesEXT
source§fn default() -> PhysicalDeviceASTCDecodeFeaturesEXT
fn default() -> PhysicalDeviceASTCDecodeFeaturesEXT
Returns the “default value” for a type. Read more