pub struct WorldTimer {
pub offset: i64,
pub precision: Option<i64>,
}Fields§
§offset: i64§precision: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for WorldTimer
impl Clone for WorldTimer
Source§fn clone(&self) -> WorldTimer
fn clone(&self) -> WorldTimer
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 moreSource§impl Debug for WorldTimer
impl Debug for WorldTimer
Source§impl Default for WorldTimer
impl Default for WorldTimer
Source§fn default() -> WorldTimer
fn default() -> WorldTimer
Returns the “default value” for a type. Read more
Source§impl PartialEq for WorldTimer
impl PartialEq for WorldTimer
impl Copy for WorldTimer
impl Eq for WorldTimer
impl StructuralPartialEq for WorldTimer
Auto Trait Implementations§
impl Freeze for WorldTimer
impl RefUnwindSafe for WorldTimer
impl Send for WorldTimer
impl Sync for WorldTimer
impl Unpin for WorldTimer
impl UnwindSafe for WorldTimer
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