#[repr(C)]pub struct VkMemoryAllocateFlagsInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkMemoryAllocateFlags,
pub deviceMask: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§flags: VkMemoryAllocateFlags
§deviceMask: u32
Trait Implementations§
Source§impl Clone for VkMemoryAllocateFlagsInfo
impl Clone for VkMemoryAllocateFlagsInfo
Source§fn clone(&self) -> VkMemoryAllocateFlagsInfo
fn clone(&self) -> VkMemoryAllocateFlagsInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkMemoryAllocateFlagsInfo
impl Default for VkMemoryAllocateFlagsInfo
impl Copy for VkMemoryAllocateFlagsInfo
Auto Trait Implementations§
impl Freeze for VkMemoryAllocateFlagsInfo
impl RefUnwindSafe for VkMemoryAllocateFlagsInfo
impl !Send for VkMemoryAllocateFlagsInfo
impl !Sync for VkMemoryAllocateFlagsInfo
impl Unpin for VkMemoryAllocateFlagsInfo
impl UnwindSafe for VkMemoryAllocateFlagsInfo
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