#[repr(C)]pub struct rb_ractor_sync_ractor_wait {
pub status: rb_ractor_sync_ractor_wait_ractor_wait_status,
pub wakeup_status: rb_ractor_sync_ractor_wait_ractor_wakeup_status,
pub yielded_basket: rb_ractor_basket,
pub taken_basket: rb_ractor_basket,
}Fields§
§status: rb_ractor_sync_ractor_wait_ractor_wait_status§wakeup_status: rb_ractor_sync_ractor_wait_ractor_wakeup_status§yielded_basket: rb_ractor_basket§taken_basket: rb_ractor_basketTrait Implementations§
Source§impl Clone for rb_ractor_sync_ractor_wait
impl Clone for rb_ractor_sync_ractor_wait
Source§fn clone(&self) -> rb_ractor_sync_ractor_wait
fn clone(&self) -> rb_ractor_sync_ractor_wait
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 rb_ractor_sync_ractor_wait
impl Debug for rb_ractor_sync_ractor_wait
impl Copy for rb_ractor_sync_ractor_wait
Auto Trait Implementations§
impl Freeze for rb_ractor_sync_ractor_wait
impl RefUnwindSafe for rb_ractor_sync_ractor_wait
impl Send for rb_ractor_sync_ractor_wait
impl Sync for rb_ractor_sync_ractor_wait
impl Unpin for rb_ractor_sync_ractor_wait
impl UnwindSafe for rb_ractor_sync_ractor_wait
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