#[repr(C)]pub struct cudaDevResource_st {
pub type_: cudaDevResourceType,
pub _internal_padding: [c_uchar; 92],
pub __bindgen_anon_1: cudaDevResource_st__bindgen_ty_1,
pub nextResource: *mut cudaDevResource_st,
}Fields§
§type_: cudaDevResourceType§_internal_padding: [c_uchar; 92]§__bindgen_anon_1: cudaDevResource_st__bindgen_ty_1§nextResource: *mut cudaDevResource_stTrait Implementations§
Source§impl Clone for cudaDevResource_st
impl Clone for cudaDevResource_st
Source§fn clone(&self) -> cudaDevResource_st
fn clone(&self) -> cudaDevResource_st
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 moreimpl Copy for cudaDevResource_st
Auto Trait Implementations§
impl Freeze for cudaDevResource_st
impl RefUnwindSafe for cudaDevResource_st
impl !Send for cudaDevResource_st
impl !Sync for cudaDevResource_st
impl Unpin for cudaDevResource_st
impl UnsafeUnpin for cudaDevResource_st
impl UnwindSafe for cudaDevResource_st
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