pub(crate) struct ReadyEvent {
pub(super) tick: u8,
pub(crate) ready: Ready,
pub(super) is_shutdown: bool,
}
Fields§
§tick: u8
§ready: Ready
§is_shutdown: bool
Implementations§
source§impl ReadyEvent
impl ReadyEvent
pub(crate) fn with_ready(&self, ready: Ready) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadyEvent
impl RefUnwindSafe for ReadyEvent
impl Send for ReadyEvent
impl Sync for ReadyEvent
impl Unpin for ReadyEvent
impl UnwindSafe for ReadyEvent
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