pub struct VkPhysicalDeviceYcbcrImageArraysFeatures {
pub ycbcr_image_arrays: bool,
}
Expand description
Wrapper for VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.
Fields§
§ycbcr_image_arrays: bool
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceYcbcrImageArraysFeatures
impl Clone for VkPhysicalDeviceYcbcrImageArraysFeatures
Source§fn clone(&self) -> VkPhysicalDeviceYcbcrImageArraysFeatures
fn clone(&self) -> VkPhysicalDeviceYcbcrImageArraysFeatures
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 moreSource§impl Default for VkPhysicalDeviceYcbcrImageArraysFeatures
impl Default for VkPhysicalDeviceYcbcrImageArraysFeatures
Source§fn default() -> VkPhysicalDeviceYcbcrImageArraysFeatures
fn default() -> VkPhysicalDeviceYcbcrImageArraysFeatures
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceYcbcrImageArraysFeatures
impl RefUnwindSafe for VkPhysicalDeviceYcbcrImageArraysFeatures
impl Send for VkPhysicalDeviceYcbcrImageArraysFeatures
impl Sync for VkPhysicalDeviceYcbcrImageArraysFeatures
impl Unpin for VkPhysicalDeviceYcbcrImageArraysFeatures
impl UnwindSafe for VkPhysicalDeviceYcbcrImageArraysFeatures
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