pub struct ArrayHandle(/* private fields */);Implementations§
Source§impl ArrayHandle
impl ArrayHandle
pub const unsafe fn from_raw(handle: cudaArray_t) -> Self
pub const fn as_raw(self) -> cudaArray_t
Trait Implementations§
Source§impl Clone for ArrayHandle
impl Clone for ArrayHandle
Source§fn clone(&self) -> ArrayHandle
fn clone(&self) -> ArrayHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ArrayHandle
Source§impl Debug for ArrayHandle
impl Debug for ArrayHandle
impl Eq for ArrayHandle
Source§impl Hash for ArrayHandle
impl Hash for ArrayHandle
Source§impl PartialEq for ArrayHandle
impl PartialEq for ArrayHandle
Source§fn eq(&self, other: &ArrayHandle) -> bool
fn eq(&self, other: &ArrayHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ArrayHandle
Auto Trait Implementations§
impl !Send for ArrayHandle
impl !Sync for ArrayHandle
impl Freeze for ArrayHandle
impl RefUnwindSafe for ArrayHandle
impl Unpin for ArrayHandle
impl UnsafeUnpin for ArrayHandle
impl UnwindSafe for ArrayHandle
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