#[repr(C)]pub struct PhysicalDevice4444FormatsFeaturesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub formatA4R4G4B4: Bool32,
pub formatA4B4G4R4: Bool32,
}Fields§
§sType: StructureType§pNext: *mut c_void§formatA4R4G4B4: Bool32§formatA4B4G4R4: Bool32Trait Implementations§
Source§impl Clone for PhysicalDevice4444FormatsFeaturesEXT
impl Clone for PhysicalDevice4444FormatsFeaturesEXT
Source§fn clone(&self) -> PhysicalDevice4444FormatsFeaturesEXT
fn clone(&self) -> PhysicalDevice4444FormatsFeaturesEXT
Returns a duplicate 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 moreimpl Copy for PhysicalDevice4444FormatsFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDevice4444FormatsFeaturesEXT
impl RefUnwindSafe for PhysicalDevice4444FormatsFeaturesEXT
impl !Send for PhysicalDevice4444FormatsFeaturesEXT
impl !Sync for PhysicalDevice4444FormatsFeaturesEXT
impl Unpin for PhysicalDevice4444FormatsFeaturesEXT
impl UnwindSafe for PhysicalDevice4444FormatsFeaturesEXT
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