Struct rcudnn::cudaExternalSemaphoreHandleDesc
source · #[repr(C)]pub struct cudaExternalSemaphoreHandleDesc {
pub type_: cudaExternalSemaphoreHandleType,
pub handle: cudaExternalSemaphoreHandleDesc__bindgen_ty_1,
pub flags: u32,
}
Fields§
§type_: cudaExternalSemaphoreHandleType
§handle: cudaExternalSemaphoreHandleDesc__bindgen_ty_1
§flags: u32
Trait Implementations§
source§impl Clone for cudaExternalSemaphoreHandleDesc
impl Clone for cudaExternalSemaphoreHandleDesc
source§fn clone(&self) -> cudaExternalSemaphoreHandleDesc
fn clone(&self) -> cudaExternalSemaphoreHandleDesc
Returns a copy 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 cudaExternalSemaphoreHandleDesc
Auto Trait Implementations§
impl RefUnwindSafe for cudaExternalSemaphoreHandleDesc
impl !Send for cudaExternalSemaphoreHandleDesc
impl !Sync for cudaExternalSemaphoreHandleDesc
impl Unpin for cudaExternalSemaphoreHandleDesc
impl UnwindSafe for cudaExternalSemaphoreHandleDesc
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