#[repr(C)]pub struct FragmentShadingRateAttachmentInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_fragment_shading_rate_attachment: *const AttachmentReference2,
pub shading_rate_attachment_texel_size: Extent2D,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidp_fragment_shading_rate_attachment: *const AttachmentReference2shading_rate_attachment_texel_size: Extent2DImplementations
sourceimpl FragmentShadingRateAttachmentInfoKHR
impl FragmentShadingRateAttachmentInfoKHR
pub fn builder<'a>() -> FragmentShadingRateAttachmentInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for FragmentShadingRateAttachmentInfoKHR
impl Clone for FragmentShadingRateAttachmentInfoKHR
sourcefn clone(&self) -> FragmentShadingRateAttachmentInfoKHR
fn clone(&self) -> FragmentShadingRateAttachmentInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for FragmentShadingRateAttachmentInfoKHR
impl Default for FragmentShadingRateAttachmentInfoKHR
sourcefn default() -> FragmentShadingRateAttachmentInfoKHR
fn default() -> FragmentShadingRateAttachmentInfoKHR
Returns the “default value” for a type. Read more
impl Copy for FragmentShadingRateAttachmentInfoKHR
impl ExtendsSubpassDescription2 for FragmentShadingRateAttachmentInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for FragmentShadingRateAttachmentInfoKHR
impl !Send for FragmentShadingRateAttachmentInfoKHR
impl !Sync for FragmentShadingRateAttachmentInfoKHR
impl Unpin for FragmentShadingRateAttachmentInfoKHR
impl UnwindSafe for FragmentShadingRateAttachmentInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more