#[repr(C)]pub struct FragmentShadingRateAttachmentInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub pFragmentShadingRateAttachment: *const AttachmentReference2,
pub shadingRateAttachmentTexelSize: Extent2D,
}Fields§
§sType: StructureType§pNext: *const c_void§pFragmentShadingRateAttachment: *const AttachmentReference2§shadingRateAttachmentTexelSize: Extent2DTrait Implementations§
Source§impl Clone for FragmentShadingRateAttachmentInfoKHR
impl Clone for FragmentShadingRateAttachmentInfoKHR
Source§fn clone(&self) -> FragmentShadingRateAttachmentInfoKHR
fn clone(&self) -> FragmentShadingRateAttachmentInfoKHR
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 FragmentShadingRateAttachmentInfoKHR
Auto Trait Implementations§
impl Freeze for FragmentShadingRateAttachmentInfoKHR
impl RefUnwindSafe for FragmentShadingRateAttachmentInfoKHR
impl !Send for FragmentShadingRateAttachmentInfoKHR
impl !Sync for FragmentShadingRateAttachmentInfoKHR
impl Unpin for FragmentShadingRateAttachmentInfoKHR
impl UnwindSafe for FragmentShadingRateAttachmentInfoKHR
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