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