pub struct RuntimeLuauConfigTimer { /* private fields */ }Implementations§
Source§impl RuntimeLuauConfigTimer
impl RuntimeLuauConfigTimer
pub fn is_finished(&self) -> bool
Trait Implementations§
Source§impl Clone for RuntimeLuauConfigTimer
impl Clone for RuntimeLuauConfigTimer
Source§fn clone(&self) -> RuntimeLuauConfigTimer
fn clone(&self) -> RuntimeLuauConfigTimer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RuntimeLuauConfigTimer
Auto Trait Implementations§
impl Freeze for RuntimeLuauConfigTimer
impl RefUnwindSafe for RuntimeLuauConfigTimer
impl Send for RuntimeLuauConfigTimer
impl Sync for RuntimeLuauConfigTimer
impl Unpin for RuntimeLuauConfigTimer
impl UnsafeUnpin for RuntimeLuauConfigTimer
impl UnwindSafe for RuntimeLuauConfigTimer
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