#[repr(C)]pub struct VkImageConstraintsInfoFUCHSIA {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub formatConstraintsCount: u32,
pub pFormatConstraints: *const VkImageFormatConstraintsInfoFUCHSIA,
pub bufferCollectionConstraints: VkBufferCollectionConstraintsInfoFUCHSIA,
pub flags: VkImageConstraintsInfoFlagsFUCHSIA,
}Fields§
§sType: VkStructureType§pNext: *const c_void§formatConstraintsCount: u32§pFormatConstraints: *const VkImageFormatConstraintsInfoFUCHSIA§bufferCollectionConstraints: VkBufferCollectionConstraintsInfoFUCHSIA§flags: VkImageConstraintsInfoFlagsFUCHSIATrait Implementations§
Source§impl Clone for VkImageConstraintsInfoFUCHSIA
impl Clone for VkImageConstraintsInfoFUCHSIA
Source§fn clone(&self) -> VkImageConstraintsInfoFUCHSIA
fn clone(&self) -> VkImageConstraintsInfoFUCHSIA
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 VkImageConstraintsInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for VkImageConstraintsInfoFUCHSIA
impl RefUnwindSafe for VkImageConstraintsInfoFUCHSIA
impl !Send for VkImageConstraintsInfoFUCHSIA
impl !Sync for VkImageConstraintsInfoFUCHSIA
impl Unpin for VkImageConstraintsInfoFUCHSIA
impl UnwindSafe for VkImageConstraintsInfoFUCHSIA
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