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