pub struct IpcEventHandle(/* private fields */);Implementations§
Source§impl IpcEventHandle
impl IpcEventHandle
pub const unsafe fn from_raw(handle: cudaIpcEventHandle_t) -> Self
pub const fn zeroed() -> Self
pub const fn as_raw(&self) -> cudaIpcEventHandle_t
Trait Implementations§
Source§impl Clone for IpcEventHandle
impl Clone for IpcEventHandle
Source§fn clone(&self) -> IpcEventHandle
fn clone(&self) -> IpcEventHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IpcEventHandle
Source§impl Debug for IpcEventHandle
impl Debug for IpcEventHandle
impl Eq for IpcEventHandle
Source§impl Hash for IpcEventHandle
impl Hash for IpcEventHandle
Source§impl PartialEq for IpcEventHandle
impl PartialEq for IpcEventHandle
Source§fn eq(&self, other: &IpcEventHandle) -> bool
fn eq(&self, other: &IpcEventHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IpcEventHandle
Auto Trait Implementations§
impl Freeze for IpcEventHandle
impl RefUnwindSafe for IpcEventHandle
impl Send for IpcEventHandle
impl Sync for IpcEventHandle
impl Unpin for IpcEventHandle
impl UnsafeUnpin for IpcEventHandle
impl UnwindSafe for IpcEventHandle
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