#[repr(C)]pub struct VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub ycbcr2plane444Formats: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§ycbcr2plane444Formats: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
impl Clone for VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
Source§fn clone(&self) -> VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
fn clone(&self) -> VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
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 VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
impl RefUnwindSafe for VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
impl !Send for VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
impl !Sync for VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
impl Unpin for VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
impl UnwindSafe for VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
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