Struct pjrt_sys::PJRT_Event
source · #[repr(C)]pub struct PJRT_Event { /* private fields */ }Trait Implementations§
source§impl Clone for PJRT_Event
impl Clone for PJRT_Event
source§fn clone(&self) -> PJRT_Event
fn clone(&self) -> PJRT_Event
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 moresource§impl Debug for PJRT_Event
impl Debug for PJRT_Event
impl Copy for PJRT_Event
Auto Trait Implementations§
impl Freeze for PJRT_Event
impl RefUnwindSafe for PJRT_Event
impl Send for PJRT_Event
impl Sync for PJRT_Event
impl Unpin for PJRT_Event
impl UnwindSafe for PJRT_Event
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)