Struct ash::vk::PhysicalDeviceASTCDecodeFeaturesEXT
source · #[repr(C)]pub struct PhysicalDeviceASTCDecodeFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub decode_mode_shared_exponent: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
Implementations§
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 TaggedStructure for PhysicalDeviceASTCDecodeFeaturesEXT
impl TaggedStructure for PhysicalDeviceASTCDecodeFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT
impl Copy for PhysicalDeviceASTCDecodeFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceASTCDecodeFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceASTCDecodeFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceASTCDecodeFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceASTCDecodeFeaturesEXT
impl !Send for PhysicalDeviceASTCDecodeFeaturesEXT
impl !Sync for PhysicalDeviceASTCDecodeFeaturesEXT
impl Unpin for PhysicalDeviceASTCDecodeFeaturesEXT
impl UnwindSafe for PhysicalDeviceASTCDecodeFeaturesEXT
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