Struct ash::vk::PhysicalDeviceRGBA10X6FormatsFeaturesEXT
source · #[repr(C)]pub struct PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format_rgba10x6_without_y_cb_cr_sampler: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§format_rgba10x6_without_y_cb_cr_sampler: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
impl<'a> PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
pub fn format_rgba10x6_without_y_cb_cr_sampler( self, format_rgba10x6_without_y_cb_cr_sampler: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
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<'a> Debug for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
source§impl Default for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'_>
impl Default for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_RGBA10X6_FORMATS_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'_>
impl Send for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'_>
impl Sync for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceRGBA10X6FormatsFeaturesEXT<'a>
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