#[repr(C)]pub struct SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub enable_y_degamma: Bool32,
pub enable_cb_cr_degamma: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§enable_y_degamma: Bool32
§enable_cb_cr_degamma: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
impl<'a> SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
pub fn enable_y_degamma(self, enable_y_degamma: bool) -> Self
pub fn enable_cb_cr_degamma(self, enable_cb_cr_degamma: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
impl<'a> Clone for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
source§fn clone(&self) -> SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
fn clone(&self) -> SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
Returns a copy 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<'a> Debug for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
impl<'a> Debug for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
source§impl<'a> TaggedStructure for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
impl<'a> TaggedStructure for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::SAMPLER_YCBCR_CONVERSION_YCBCR_DEGAMMA_CREATE_INFO_QCOM
impl<'a> Copy for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
impl ExtendsSamplerYcbcrConversionCreateInfo for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'_>
impl Send for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'_>
impl Sync for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'_>
Auto Trait Implementations§
impl<'a> Freeze for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
impl<'a> RefUnwindSafe for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
impl<'a> Unpin for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
impl<'a> UnwindSafe for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM<'a>
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