#[repr(C)]pub struct cl_mem_ion_host_ptr {
pub ext_host_ptr: cl_mem_ext_host_ptr,
pub ion_filedesc: cl_int,
pub ion_hostptr: *mut c_void,
}Fields§
§ext_host_ptr: cl_mem_ext_host_ptr§ion_filedesc: cl_int§ion_hostptr: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for cl_mem_ion_host_ptr
impl RefUnwindSafe for cl_mem_ion_host_ptr
impl !Send for cl_mem_ion_host_ptr
impl !Sync for cl_mem_ion_host_ptr
impl Unpin for cl_mem_ion_host_ptr
impl UnwindSafe for cl_mem_ion_host_ptr
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