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