#[repr(transparent)]pub struct CUtexObject(pub *mut c_void);Expand description
Opaque handle to a CUDA texture object (modern bindless API).
Tuple Fields§
§0: *mut c_voidImplementations§
Trait Implementations§
Source§impl Clone for CUtexObject
impl Clone for CUtexObject
Source§fn clone(&self) -> CUtexObject
fn clone(&self) -> CUtexObject
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CUtexObject
impl Debug for CUtexObject
Source§impl Default for CUtexObject
impl Default for CUtexObject
Source§impl Hash for CUtexObject
impl Hash for CUtexObject
Source§impl PartialEq for CUtexObject
impl PartialEq for CUtexObject
impl Copy for CUtexObject
impl Eq for CUtexObject
impl Send for CUtexObject
impl StructuralPartialEq for CUtexObject
impl Sync for CUtexObject
Auto Trait Implementations§
impl Freeze for CUtexObject
impl RefUnwindSafe for CUtexObject
impl Unpin for CUtexObject
impl UnsafeUnpin for CUtexObject
impl UnwindSafe for CUtexObject
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