#[repr(C)]pub struct SamplerCubicWeightsCreateInfoQCOM<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub cubic_weights: CubicFilterWeightsQCOM,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§cubic_weights: CubicFilterWeightsQCOM§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> SamplerCubicWeightsCreateInfoQCOM<'a>
impl<'a> SamplerCubicWeightsCreateInfoQCOM<'a>
pub fn cubic_weights( self, cubic_weights: CubicFilterWeightsQCOM, ) -> SamplerCubicWeightsCreateInfoQCOM<'a>
Trait Implementations§
Source§impl<'a> Clone for SamplerCubicWeightsCreateInfoQCOM<'a>
impl<'a> Clone for SamplerCubicWeightsCreateInfoQCOM<'a>
Source§fn clone(&self) -> SamplerCubicWeightsCreateInfoQCOM<'a>
fn clone(&self) -> SamplerCubicWeightsCreateInfoQCOM<'a>
Returns a duplicate of the value. Read more
1.0.0§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 SamplerCubicWeightsCreateInfoQCOM<'a>
impl<'a> Debug for SamplerCubicWeightsCreateInfoQCOM<'a>
Source§impl Default for SamplerCubicWeightsCreateInfoQCOM<'_>
impl Default for SamplerCubicWeightsCreateInfoQCOM<'_>
Source§fn default() -> SamplerCubicWeightsCreateInfoQCOM<'_>
fn default() -> SamplerCubicWeightsCreateInfoQCOM<'_>
Returns the “default value” for a type. Read more
Source§impl<'a> TaggedStructure for SamplerCubicWeightsCreateInfoQCOM<'a>
impl<'a> TaggedStructure for SamplerCubicWeightsCreateInfoQCOM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::SAMPLER_CUBIC_WEIGHTS_CREATE_INFO_QCOM
impl<'a> Copy for SamplerCubicWeightsCreateInfoQCOM<'a>
impl ExtendsSamplerCreateInfo for SamplerCubicWeightsCreateInfoQCOM<'_>
impl Send for SamplerCubicWeightsCreateInfoQCOM<'_>
impl Sync for SamplerCubicWeightsCreateInfoQCOM<'_>
Auto Trait Implementations§
impl<'a> Freeze for SamplerCubicWeightsCreateInfoQCOM<'a>
impl<'a> RefUnwindSafe for SamplerCubicWeightsCreateInfoQCOM<'a>
impl<'a> Unpin for SamplerCubicWeightsCreateInfoQCOM<'a>
impl<'a> UnwindSafe for SamplerCubicWeightsCreateInfoQCOM<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)