#[repr(C)]pub struct VkSamplerYcbcrConversionCreateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub format: VkFormat,
pub ycbcrModel: VkSamplerYcbcrModelConversion,
pub ycbcrRange: VkSamplerYcbcrRange,
pub components: VkComponentMapping,
pub xChromaOffset: VkChromaLocation,
pub yChromaOffset: VkChromaLocation,
pub chromaFilter: VkFilter,
pub forceExplicitReconstruction: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§format: VkFormat
§ycbcrModel: VkSamplerYcbcrModelConversion
§ycbcrRange: VkSamplerYcbcrRange
§components: VkComponentMapping
§xChromaOffset: VkChromaLocation
§yChromaOffset: VkChromaLocation
§chromaFilter: VkFilter
§forceExplicitReconstruction: VkBool32
Trait Implementations§
Source§impl Clone for VkSamplerYcbcrConversionCreateInfo
impl Clone for VkSamplerYcbcrConversionCreateInfo
Source§fn clone(&self) -> VkSamplerYcbcrConversionCreateInfo
fn clone(&self) -> VkSamplerYcbcrConversionCreateInfo
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 VkSamplerYcbcrConversionCreateInfo
Auto Trait Implementations§
impl Freeze for VkSamplerYcbcrConversionCreateInfo
impl RefUnwindSafe for VkSamplerYcbcrConversionCreateInfo
impl !Send for VkSamplerYcbcrConversionCreateInfo
impl !Sync for VkSamplerYcbcrConversionCreateInfo
impl Unpin for VkSamplerYcbcrConversionCreateInfo
impl UnwindSafe for VkSamplerYcbcrConversionCreateInfo
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