#[repr(C)]pub struct CUipcEventHandle {
pub reserved: [c_char; 64],
}Expand description
CUipcEventHandle — 64-byte opaque cookie for sharing CUevents across
processes (Linux; Windows returns NOT_SUPPORTED).
Fields§
§reserved: [c_char; 64]Trait Implementations§
Source§impl Clone for CUipcEventHandle
impl Clone for CUipcEventHandle
Source§fn clone(&self) -> CUipcEventHandle
fn clone(&self) -> CUipcEventHandle
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 moreSource§impl Debug for CUipcEventHandle
impl Debug for CUipcEventHandle
Source§impl Default for CUipcEventHandle
impl Default for CUipcEventHandle
impl Copy for CUipcEventHandle
Auto Trait Implementations§
impl Freeze for CUipcEventHandle
impl RefUnwindSafe for CUipcEventHandle
impl Send for CUipcEventHandle
impl Sync for CUipcEventHandle
impl Unpin for CUipcEventHandle
impl UnsafeUnpin for CUipcEventHandle
impl UnwindSafe for CUipcEventHandle
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