#[repr(C)]pub struct RenderingAreaInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub view_mask: u32,
pub color_attachment_count: u32,
pub color_attachment_formats: *const Format,
pub depth_attachment_format: Format,
pub stencil_attachment_format: Format,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§view_mask: u32§color_attachment_count: u32§color_attachment_formats: *const Format§depth_attachment_format: Format§stencil_attachment_format: FormatTrait Implementations§
Source§impl Clone for RenderingAreaInfo
impl Clone for RenderingAreaInfo
Source§fn clone(&self) -> RenderingAreaInfo
fn clone(&self) -> RenderingAreaInfo
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 moreSource§impl Debug for RenderingAreaInfo
impl Debug for RenderingAreaInfo
Source§impl Default for RenderingAreaInfo
impl Default for RenderingAreaInfo
Source§impl Hash for RenderingAreaInfo
impl Hash for RenderingAreaInfo
Source§impl PartialEq for RenderingAreaInfo
impl PartialEq for RenderingAreaInfo
impl Copy for RenderingAreaInfo
impl Eq for RenderingAreaInfo
impl Send for RenderingAreaInfo
impl StructuralPartialEq for RenderingAreaInfo
impl Sync for RenderingAreaInfo
Auto Trait Implementations§
impl Freeze for RenderingAreaInfo
impl RefUnwindSafe for RenderingAreaInfo
impl Unpin for RenderingAreaInfo
impl UnwindSafe for RenderingAreaInfo
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