#[repr(C)]pub struct RenderingFragmentShadingRateAttachmentInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_view: ImageView,
pub image_layout: ImageLayout,
pub shading_rate_attachment_texel_size: Extent2D,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§image_view: ImageView
§image_layout: ImageLayout
§shading_rate_attachment_texel_size: Extent2D
Implementations§
Trait Implementations§
source§impl Clone for RenderingFragmentShadingRateAttachmentInfoKHR
impl Clone for RenderingFragmentShadingRateAttachmentInfoKHR
source§fn clone(&self) -> RenderingFragmentShadingRateAttachmentInfoKHR
fn clone(&self) -> RenderingFragmentShadingRateAttachmentInfoKHR
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 TaggedStructure for RenderingFragmentShadingRateAttachmentInfoKHR
impl TaggedStructure for RenderingFragmentShadingRateAttachmentInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR
impl Copy for RenderingFragmentShadingRateAttachmentInfoKHR
impl ExtendsRenderingInfo for RenderingFragmentShadingRateAttachmentInfoKHR
Auto Trait Implementations§
impl Freeze for RenderingFragmentShadingRateAttachmentInfoKHR
impl RefUnwindSafe for RenderingFragmentShadingRateAttachmentInfoKHR
impl !Send for RenderingFragmentShadingRateAttachmentInfoKHR
impl !Sync for RenderingFragmentShadingRateAttachmentInfoKHR
impl Unpin for RenderingFragmentShadingRateAttachmentInfoKHR
impl UnwindSafe for RenderingFragmentShadingRateAttachmentInfoKHR
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