pub struct rb_internal_thread_event_hook { /* private fields */ }Expand description
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
Trait Implementations§
Source§impl Clone for rb_internal_thread_event_hook
impl Clone for rb_internal_thread_event_hook
Source§fn clone(&self) -> rb_internal_thread_event_hook
fn clone(&self) -> rb_internal_thread_event_hook
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 rb_internal_thread_event_hook
Auto Trait Implementations§
impl Freeze for rb_internal_thread_event_hook
impl RefUnwindSafe for rb_internal_thread_event_hook
impl Send for rb_internal_thread_event_hook
impl Sync for rb_internal_thread_event_hook
impl Unpin for rb_internal_thread_event_hook
impl UnwindSafe for rb_internal_thread_event_hook
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