Struct oxygengine_core::app::SyncAppRunner
source · [−]Fields
sleep_time: Option<Duration>
Implementations
sourceimpl SyncAppRunner
impl SyncAppRunner
pub fn new() -> Self
pub fn with_sleep_time(value: Duration) -> Self
Trait Implementations
sourceimpl BackendAppRunner<()> for SyncAppRunner
impl BackendAppRunner<()> for SyncAppRunner
sourceimpl Default for SyncAppRunner
impl Default for SyncAppRunner
sourcefn default() -> SyncAppRunner
fn default() -> SyncAppRunner
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SyncAppRunner
impl Send for SyncAppRunner
impl Sync for SyncAppRunner
impl Unpin for SyncAppRunner
impl UnwindSafe for SyncAppRunner
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more