#[repr(C)]pub struct cudaArray { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cudaArray
impl RefUnwindSafe for cudaArray
impl Send for cudaArray
impl Sync for cudaArray
impl Unpin for cudaArray
impl UnwindSafe for cudaArray
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