Struct rcudnn::cudaExternalSemaphoreWaitParams
source · #[repr(C)]pub struct cudaExternalSemaphoreWaitParams {
pub params: cudaExternalSemaphoreWaitParams__bindgen_ty_1,
pub flags: u32,
pub reserved: [u32; 16],
}
Fields§
§params: cudaExternalSemaphoreWaitParams__bindgen_ty_1
§flags: u32
§reserved: [u32; 16]
Trait Implementations§
source§impl Clone for cudaExternalSemaphoreWaitParams
impl Clone for cudaExternalSemaphoreWaitParams
source§fn clone(&self) -> cudaExternalSemaphoreWaitParams
fn clone(&self) -> cudaExternalSemaphoreWaitParams
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 cudaExternalSemaphoreWaitParams
Auto Trait Implementations§
impl RefUnwindSafe for cudaExternalSemaphoreWaitParams
impl !Send for cudaExternalSemaphoreWaitParams
impl !Sync for cudaExternalSemaphoreWaitParams
impl Unpin for cudaExternalSemaphoreWaitParams
impl UnwindSafe for cudaExternalSemaphoreWaitParams
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