#[repr(C)]pub struct PhysicalDevice4444FormatsFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format_a4r4g4b4: u32,
pub format_a4b4g4r4: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidformat_a4r4g4b4: u32format_a4b4g4r4: u32Implementations
sourceimpl PhysicalDevice4444FormatsFeaturesEXT
impl PhysicalDevice4444FormatsFeaturesEXT
pub fn builder<'a>() -> PhysicalDevice4444FormatsFeaturesEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDevice4444FormatsFeaturesEXT
impl Clone for PhysicalDevice4444FormatsFeaturesEXT
sourcefn clone(&self) -> PhysicalDevice4444FormatsFeaturesEXT
fn clone(&self) -> PhysicalDevice4444FormatsFeaturesEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDevice4444FormatsFeaturesEXT
impl Default for PhysicalDevice4444FormatsFeaturesEXT
sourcefn default() -> PhysicalDevice4444FormatsFeaturesEXT
fn default() -> PhysicalDevice4444FormatsFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDevice4444FormatsFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDevice4444FormatsFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevice4444FormatsFeaturesEXT
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDevice4444FormatsFeaturesEXT
impl !Send for PhysicalDevice4444FormatsFeaturesEXT
impl !Sync for PhysicalDevice4444FormatsFeaturesEXT
impl Unpin for PhysicalDevice4444FormatsFeaturesEXT
impl UnwindSafe for PhysicalDevice4444FormatsFeaturesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more