#[repr(C)]pub struct ExportMemoryAllocateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub handle_types: ExternalMemoryHandleTypeFlags,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§handle_types: ExternalMemoryHandleTypeFlagsTrait Implementations§
Source§impl Clone for ExportMemoryAllocateInfo
impl Clone for ExportMemoryAllocateInfo
Source§fn clone(&self) -> ExportMemoryAllocateInfo
fn clone(&self) -> ExportMemoryAllocateInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExportMemoryAllocateInfo
Source§impl Debug for ExportMemoryAllocateInfo
impl Debug for ExportMemoryAllocateInfo
Source§impl Default for ExportMemoryAllocateInfo
impl Default for ExportMemoryAllocateInfo
impl Eq for ExportMemoryAllocateInfo
Source§impl Hash for ExportMemoryAllocateInfo
impl Hash for ExportMemoryAllocateInfo
Source§impl PartialEq for ExportMemoryAllocateInfo
impl PartialEq for ExportMemoryAllocateInfo
Source§fn eq(&self, other: &ExportMemoryAllocateInfo) -> bool
fn eq(&self, other: &ExportMemoryAllocateInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for ExportMemoryAllocateInfo
impl StructuralPartialEq for ExportMemoryAllocateInfo
impl Sync for ExportMemoryAllocateInfo
Auto Trait Implementations§
impl Freeze for ExportMemoryAllocateInfo
impl RefUnwindSafe for ExportMemoryAllocateInfo
impl Unpin for ExportMemoryAllocateInfo
impl UnsafeUnpin for ExportMemoryAllocateInfo
impl UnwindSafe for ExportMemoryAllocateInfo
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