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