#[repr(u32)]pub enum ExternalMemoryHandleTypeHost {
Allocation = 128,
MappedForeignMemory = 256,
}
Available on crate feature
VK_EXT_external_memory_host
only.Variants§
Trait Implementations§
Source§impl Clone for ExternalMemoryHandleTypeHost
impl Clone for ExternalMemoryHandleTypeHost
Source§fn clone(&self) -> ExternalMemoryHandleTypeHost
fn clone(&self) -> ExternalMemoryHandleTypeHost
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 moreSource§impl Debug for ExternalMemoryHandleTypeHost
impl Debug for ExternalMemoryHandleTypeHost
Source§impl Hash for ExternalMemoryHandleTypeHost
impl Hash for ExternalMemoryHandleTypeHost
Source§impl Ord for ExternalMemoryHandleTypeHost
impl Ord for ExternalMemoryHandleTypeHost
Source§fn cmp(&self, other: &ExternalMemoryHandleTypeHost) -> Ordering
fn cmp(&self, other: &ExternalMemoryHandleTypeHost) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExternalMemoryHandleTypeHost
impl PartialEq for ExternalMemoryHandleTypeHost
Source§fn eq(&self, other: &ExternalMemoryHandleTypeHost) -> bool
fn eq(&self, other: &ExternalMemoryHandleTypeHost) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ExternalMemoryHandleTypeHost
impl PartialOrd for ExternalMemoryHandleTypeHost
impl Copy for ExternalMemoryHandleTypeHost
impl Eq for ExternalMemoryHandleTypeHost
impl StructuralPartialEq for ExternalMemoryHandleTypeHost
Auto Trait Implementations§
impl Freeze for ExternalMemoryHandleTypeHost
impl RefUnwindSafe for ExternalMemoryHandleTypeHost
impl Send for ExternalMemoryHandleTypeHost
impl Sync for ExternalMemoryHandleTypeHost
impl Unpin for ExternalMemoryHandleTypeHost
impl UnwindSafe for ExternalMemoryHandleTypeHost
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