Struct opencl_sys::cl_mem_ion_host_ptr
source · [−]#[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_ptrion_filedesc: cl_intion_hostptr: *mut c_voidTrait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more