#[repr(C)]pub struct FramebufferAttachmentsCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub attachment_image_info_count: u32,
pub attachment_image_infos: *const FramebufferAttachmentImageInfo,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§attachment_image_info_count: u32§attachment_image_infos: *const FramebufferAttachmentImageInfoTrait Implementations§
Source§impl Clone for FramebufferAttachmentsCreateInfo
impl Clone for FramebufferAttachmentsCreateInfo
Source§fn clone(&self) -> FramebufferAttachmentsCreateInfo
fn clone(&self) -> FramebufferAttachmentsCreateInfo
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 PartialEq for FramebufferAttachmentsCreateInfo
impl PartialEq for FramebufferAttachmentsCreateInfo
Source§fn eq(&self, other: &FramebufferAttachmentsCreateInfo) -> bool
fn eq(&self, other: &FramebufferAttachmentsCreateInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FramebufferAttachmentsCreateInfo
impl Eq for FramebufferAttachmentsCreateInfo
impl Send for FramebufferAttachmentsCreateInfo
impl StructuralPartialEq for FramebufferAttachmentsCreateInfo
impl Sync for FramebufferAttachmentsCreateInfo
Auto Trait Implementations§
impl Freeze for FramebufferAttachmentsCreateInfo
impl RefUnwindSafe for FramebufferAttachmentsCreateInfo
impl Unpin for FramebufferAttachmentsCreateInfo
impl UnwindSafe for FramebufferAttachmentsCreateInfo
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