#[repr(C)]pub struct BlitImageCubicWeightsInfoQCOM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub cubic_weights: CubicFilterWeightsQCOM,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_BLIT_IMAGE_CUBIC_WEIGHTS_INFO_QCOM.
p_next: *const c_voidOptional, may be null.
cubic_weights: CubicFilterWeightsQCOMImplementations§
Source§impl BlitImageCubicWeightsInfoQCOM
impl BlitImageCubicWeightsInfoQCOM
Sourcepub fn builder<'a>() -> BlitImageCubicWeightsInfoQCOMBuilder<'a>
pub fn builder<'a>() -> BlitImageCubicWeightsInfoQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for BlitImageCubicWeightsInfoQCOM
impl Clone for BlitImageCubicWeightsInfoQCOM
Source§fn clone(&self) -> BlitImageCubicWeightsInfoQCOM
fn clone(&self) -> BlitImageCubicWeightsInfoQCOM
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 moreimpl Copy for BlitImageCubicWeightsInfoQCOM
impl ExtendsBlitImageInfo2 for BlitImageCubicWeightsInfoQCOM
Auto Trait Implementations§
impl Freeze for BlitImageCubicWeightsInfoQCOM
impl RefUnwindSafe for BlitImageCubicWeightsInfoQCOM
impl !Send for BlitImageCubicWeightsInfoQCOM
impl !Sync for BlitImageCubicWeightsInfoQCOM
impl Unpin for BlitImageCubicWeightsInfoQCOM
impl UnsafeUnpin for BlitImageCubicWeightsInfoQCOM
impl UnwindSafe for BlitImageCubicWeightsInfoQCOM
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