#[repr(C)]pub struct ImportMemoryHostPointerInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub handleType: ExternalMemoryHandleTypeFlagBits,
pub pHostPointer: *mut c_void,
}Fields§
§sType: StructureType§pNext: *const c_void§handleType: ExternalMemoryHandleTypeFlagBits§pHostPointer: *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 moreimpl Copy for ImportMemoryHostPointerInfoEXT
Auto Trait Implementations§
impl Freeze for ImportMemoryHostPointerInfoEXT
impl RefUnwindSafe for ImportMemoryHostPointerInfoEXT
impl !Send for ImportMemoryHostPointerInfoEXT
impl !Sync 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