Struct game::sandbox::gameplay::tutorial::TutorialPointer [−][src]
Fields
stage: usize
part: usize
Implementations
impl TutorialPointer
[src]
impl TutorialPointer
[src]pub fn new(stage: usize, part: usize) -> TutorialPointer
[src]
Trait Implementations
impl Clone for TutorialPointer
[src]
impl Clone for TutorialPointer
[src]fn clone(&self) -> TutorialPointer
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Ord for TutorialPointer
[src]
impl Ord for TutorialPointer
[src]impl PartialEq<TutorialPointer> for TutorialPointer
[src]
impl PartialEq<TutorialPointer> for TutorialPointer
[src]fn eq(&self, other: &TutorialPointer) -> bool
[src]
fn ne(&self, other: &TutorialPointer) -> bool
[src]
impl PartialOrd<TutorialPointer> for TutorialPointer
[src]
impl PartialOrd<TutorialPointer> for TutorialPointer
[src]fn partial_cmp(&self, other: &TutorialPointer) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Copy for TutorialPointer
[src]
impl Eq for TutorialPointer
[src]
impl StructuralEq for TutorialPointer
[src]
impl StructuralPartialEq for TutorialPointer
[src]
Auto Trait Implementations
impl RefUnwindSafe for TutorialPointer
impl Send for TutorialPointer
impl Sync for TutorialPointer
impl Unpin for TutorialPointer
impl UnwindSafe for TutorialPointer
Blanket Implementations
impl<T> Downcast for T where
T: Any,
impl<T> Downcast for T where
T: Any,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,