#[repr(C)]pub struct MemoryGetMetalHandleInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub memory: DeviceMemory,
pub handle_type: ExternalMemoryHandleTypeFlags,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§memory: DeviceMemory§handle_type: ExternalMemoryHandleTypeFlagsTrait Implementations§
Source§impl Clone for MemoryGetMetalHandleInfoEXT
impl Clone for MemoryGetMetalHandleInfoEXT
Source§fn clone(&self) -> MemoryGetMetalHandleInfoEXT
fn clone(&self) -> MemoryGetMetalHandleInfoEXT
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 MemoryGetMetalHandleInfoEXT
Source§impl Debug for MemoryGetMetalHandleInfoEXT
impl Debug for MemoryGetMetalHandleInfoEXT
impl Eq for MemoryGetMetalHandleInfoEXT
Source§impl Hash for MemoryGetMetalHandleInfoEXT
impl Hash for MemoryGetMetalHandleInfoEXT
Source§impl PartialEq for MemoryGetMetalHandleInfoEXT
impl PartialEq for MemoryGetMetalHandleInfoEXT
Source§fn eq(&self, other: &MemoryGetMetalHandleInfoEXT) -> bool
fn eq(&self, other: &MemoryGetMetalHandleInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for MemoryGetMetalHandleInfoEXT
impl StructuralPartialEq for MemoryGetMetalHandleInfoEXT
impl Sync for MemoryGetMetalHandleInfoEXT
Auto Trait Implementations§
impl Freeze for MemoryGetMetalHandleInfoEXT
impl RefUnwindSafe for MemoryGetMetalHandleInfoEXT
impl Unpin for MemoryGetMetalHandleInfoEXT
impl UnsafeUnpin for MemoryGetMetalHandleInfoEXT
impl UnwindSafe for MemoryGetMetalHandleInfoEXT
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