#[repr(transparent)]pub struct CUsurfref(pub *mut c_void);Expand description
Opaque handle to a CUDA surface reference (legacy API).
Tuple Fields§
§0: *mut c_voidImplementations§
Trait Implementations§
impl Copy for CUsurfref
impl Eq for CUsurfref
impl Send for CUsurfref
impl StructuralPartialEq for CUsurfref
impl Sync for CUsurfref
Auto Trait Implementations§
impl Freeze for CUsurfref
impl RefUnwindSafe for CUsurfref
impl Unpin for CUsurfref
impl UnsafeUnpin for CUsurfref
impl UnwindSafe for CUsurfref
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