#[repr(C)]pub struct VkPhysicalDevice4444FormatsFeaturesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub formatA4R4G4B4: VkBool32,
pub formatA4B4G4R4: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§formatA4R4G4B4: VkBool32
§formatA4B4G4R4: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDevice4444FormatsFeaturesEXT
impl Clone for VkPhysicalDevice4444FormatsFeaturesEXT
Source§fn clone(&self) -> VkPhysicalDevice4444FormatsFeaturesEXT
fn clone(&self) -> VkPhysicalDevice4444FormatsFeaturesEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDevice4444FormatsFeaturesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDevice4444FormatsFeaturesEXT
impl RefUnwindSafe for VkPhysicalDevice4444FormatsFeaturesEXT
impl !Send for VkPhysicalDevice4444FormatsFeaturesEXT
impl !Sync for VkPhysicalDevice4444FormatsFeaturesEXT
impl Unpin for VkPhysicalDevice4444FormatsFeaturesEXT
impl UnwindSafe for VkPhysicalDevice4444FormatsFeaturesEXT
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