#[repr(C)]pub struct VkBufferCollectionConstraintsInfoFUCHSIA {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub minBufferCount: u32,
pub maxBufferCount: u32,
pub minBufferCountForCamping: u32,
pub minBufferCountForDedicatedSlack: u32,
pub minBufferCountForSharedSlack: u32,
}Fields§
§sType: VkStructureType§pNext: *const c_void§minBufferCount: u32§maxBufferCount: u32§minBufferCountForCamping: u32§minBufferCountForDedicatedSlack: u32Trait Implementations§
Source§impl Clone for VkBufferCollectionConstraintsInfoFUCHSIA
impl Clone for VkBufferCollectionConstraintsInfoFUCHSIA
Source§fn clone(&self) -> VkBufferCollectionConstraintsInfoFUCHSIA
fn clone(&self) -> VkBufferCollectionConstraintsInfoFUCHSIA
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 VkBufferCollectionConstraintsInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for VkBufferCollectionConstraintsInfoFUCHSIA
impl RefUnwindSafe for VkBufferCollectionConstraintsInfoFUCHSIA
impl !Send for VkBufferCollectionConstraintsInfoFUCHSIA
impl !Sync for VkBufferCollectionConstraintsInfoFUCHSIA
impl Unpin for VkBufferCollectionConstraintsInfoFUCHSIA
impl UnwindSafe for VkBufferCollectionConstraintsInfoFUCHSIA
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