#[repr(C)]pub struct RenderingFragmentShadingRateAttachmentInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub imageView: ImageView,
pub imageLayout: ImageLayout,
pub shadingRateAttachmentTexelSize: Extent2D,
}Fields§
§sType: StructureType§pNext: *const c_void§imageView: ImageView§imageLayout: ImageLayout§shadingRateAttachmentTexelSize: Extent2DTrait Implementations§
Source§impl Clone for RenderingFragmentShadingRateAttachmentInfoKHR
impl Clone for RenderingFragmentShadingRateAttachmentInfoKHR
Source§fn clone(&self) -> RenderingFragmentShadingRateAttachmentInfoKHR
fn clone(&self) -> RenderingFragmentShadingRateAttachmentInfoKHR
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 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