#[repr(C)]pub struct CUfileError_t {
pub err: CUfileOpError,
pub cu_err: CUresult,
}Fields§
§err: CUfileOpError§cu_err: CUresultTrait Implementations§
Source§impl Clone for CUfileError_t
impl Clone for CUfileError_t
Source§fn clone(&self) -> CUfileError_t
fn clone(&self) -> CUfileError_t
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 CUfileError_t
impl Debug for CUfileError_t
impl Copy for CUfileError_t
Auto Trait Implementations§
impl Freeze for CUfileError_t
impl RefUnwindSafe for CUfileError_t
impl Send for CUfileError_t
impl Sync for CUfileError_t
impl Unpin for CUfileError_t
impl UnwindSafe for CUfileError_t
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