#[repr(C)]pub struct cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3 {
pub key: c_ulonglong,
pub timeoutMs: c_uint,
}
Expand description
Parameters for keyed mutex objects
Fields§
§key: c_ulonglong
Value of key to acquire the mutex with
timeoutMs: c_uint
Timeout in milliseconds to wait to acquire the mutex
Trait Implementations§
Source§impl Clone for cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
impl Clone for cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
Source§fn clone(
&self,
) -> cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
fn clone( &self, ) -> cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
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 cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
Auto Trait Implementations§
impl Freeze for cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
impl RefUnwindSafe for cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
impl Send for cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
impl Sync for cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
impl Unpin for cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
impl UnwindSafe for cudaExternalSemaphoreWaitParams_v1__bindgen_ty_1__bindgen_ty_3
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