#[repr(C)]pub struct MemoryDedicatedAllocateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
pub buffer: Buffer,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidimage: Imagebuffer: BufferImplementations
sourceimpl MemoryDedicatedAllocateInfo
impl MemoryDedicatedAllocateInfo
pub fn builder<'a>() -> MemoryDedicatedAllocateInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for MemoryDedicatedAllocateInfo
impl Clone for MemoryDedicatedAllocateInfo
sourcefn clone(&self) -> MemoryDedicatedAllocateInfo
fn clone(&self) -> MemoryDedicatedAllocateInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MemoryDedicatedAllocateInfo
impl Debug for MemoryDedicatedAllocateInfo
sourceimpl Default for MemoryDedicatedAllocateInfo
impl Default for MemoryDedicatedAllocateInfo
sourcefn default() -> MemoryDedicatedAllocateInfo
fn default() -> MemoryDedicatedAllocateInfo
Returns the “default value” for a type. Read more
impl Copy for MemoryDedicatedAllocateInfo
impl ExtendsMemoryAllocateInfo for MemoryDedicatedAllocateInfo
Auto Trait Implementations
impl RefUnwindSafe for MemoryDedicatedAllocateInfo
impl !Send for MemoryDedicatedAllocateInfo
impl !Sync for MemoryDedicatedAllocateInfo
impl Unpin for MemoryDedicatedAllocateInfo
impl UnwindSafe for MemoryDedicatedAllocateInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more