Struct ash::vk::definitions::ExportMemoryAllocateInfo
source · #[repr(C)]pub struct ExportMemoryAllocateInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalMemoryHandleTypeFlags,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_types: ExternalMemoryHandleTypeFlags
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> ExportMemoryAllocateInfo<'a>
impl<'a> ExportMemoryAllocateInfo<'a>
pub fn handle_types(self, handle_types: ExternalMemoryHandleTypeFlags) -> Self
Trait Implementations§
source§impl<'a> Clone for ExportMemoryAllocateInfo<'a>
impl<'a> Clone for ExportMemoryAllocateInfo<'a>
source§fn clone(&self) -> ExportMemoryAllocateInfo<'a>
fn clone(&self) -> ExportMemoryAllocateInfo<'a>
Returns a copy 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 moresource§impl<'a> Debug for ExportMemoryAllocateInfo<'a>
impl<'a> Debug for ExportMemoryAllocateInfo<'a>
source§impl Default for ExportMemoryAllocateInfo<'_>
impl Default for ExportMemoryAllocateInfo<'_>
source§impl<'a> TaggedStructure for ExportMemoryAllocateInfo<'a>
impl<'a> TaggedStructure for ExportMemoryAllocateInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_MEMORY_ALLOCATE_INFO
impl<'a> Copy for ExportMemoryAllocateInfo<'a>
impl ExtendsMemoryAllocateInfo for ExportMemoryAllocateInfo<'_>
impl Send for ExportMemoryAllocateInfo<'_>
impl Sync for ExportMemoryAllocateInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for ExportMemoryAllocateInfo<'a>
impl<'a> RefUnwindSafe for ExportMemoryAllocateInfo<'a>
impl<'a> Unpin for ExportMemoryAllocateInfo<'a>
impl<'a> UnwindSafe for ExportMemoryAllocateInfo<'a>
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