#[repr(C)]pub struct ImageFormatListCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub viewFormatCount: u32,
pub pViewFormats: *const Format,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§viewFormatCount: u32
§pViewFormats: *const Format
Trait Implementations§
Source§impl Clone for ImageFormatListCreateInfo
impl Clone for ImageFormatListCreateInfo
Source§fn clone(&self) -> ImageFormatListCreateInfo
fn clone(&self) -> ImageFormatListCreateInfo
Returns a copy 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 ImageFormatListCreateInfo
Auto Trait Implementations§
impl Freeze for ImageFormatListCreateInfo
impl RefUnwindSafe for ImageFormatListCreateInfo
impl !Send for ImageFormatListCreateInfo
impl !Sync for ImageFormatListCreateInfo
impl Unpin for ImageFormatListCreateInfo
impl UnwindSafe for ImageFormatListCreateInfo
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