#[repr(C)]pub struct VkBufferConstraintsInfoFUCHSIA {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub createInfo: VkBufferCreateInfo,
pub requiredFormatFeatures: VkFormatFeatureFlags,
pub bufferCollectionConstraints: VkBufferCollectionConstraintsInfoFUCHSIA,
}Fields§
§sType: VkStructureType§pNext: *const c_void§createInfo: VkBufferCreateInfo§requiredFormatFeatures: VkFormatFeatureFlags§bufferCollectionConstraints: VkBufferCollectionConstraintsInfoFUCHSIATrait Implementations§
Source§impl Clone for VkBufferConstraintsInfoFUCHSIA
impl Clone for VkBufferConstraintsInfoFUCHSIA
Source§fn clone(&self) -> VkBufferConstraintsInfoFUCHSIA
fn clone(&self) -> VkBufferConstraintsInfoFUCHSIA
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 VkBufferConstraintsInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for VkBufferConstraintsInfoFUCHSIA
impl RefUnwindSafe for VkBufferConstraintsInfoFUCHSIA
impl !Send for VkBufferConstraintsInfoFUCHSIA
impl !Sync for VkBufferConstraintsInfoFUCHSIA
impl Unpin for VkBufferConstraintsInfoFUCHSIA
impl UnwindSafe for VkBufferConstraintsInfoFUCHSIA
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