pub struct TenStar { /* private fields */ }Expand description
十神
Implementations§
Methods from Deref<Target = LoopTyme>§
pub fn get_index(&self) -> usize
pub fn get_size(&self) -> usize
pub fn next_index(&self, n: isize) -> usize
pub fn steps_to(&self, target_index: isize) -> usize
pub fn steps_back_to(&self, target_index: isize) -> isize
pub fn steps_close_to(&self, target_index: isize) -> isize
Methods from Deref<Target = AbstractCulture>§
Trait Implementations§
impl Eq for TenStar
Auto Trait Implementations§
impl Freeze for TenStar
impl RefUnwindSafe for TenStar
impl Send for TenStar
impl Sync for TenStar
impl Unpin for TenStar
impl UnsafeUnpin for TenStar
impl UnwindSafe for TenStar
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