#[repr(C)]pub struct cuPointerGetAttributes_params_st {
pub numAttributes: c_uint,
pub attributes: *mut CUpointer_attribute,
pub data: *mut *mut c_void,
pub ptr: CUdeviceptr,
}Fields§
§numAttributes: c_uint§attributes: *mut CUpointer_attribute§data: *mut *mut c_void§ptr: CUdeviceptrAuto Trait Implementations§
impl Freeze for cuPointerGetAttributes_params_st
impl RefUnwindSafe for cuPointerGetAttributes_params_st
impl !Send for cuPointerGetAttributes_params_st
impl !Sync for cuPointerGetAttributes_params_st
impl Unpin for cuPointerGetAttributes_params_st
impl UnsafeUnpin for cuPointerGetAttributes_params_st
impl UnwindSafe for cuPointerGetAttributes_params_st
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