Struct prime_forge::soul_thread::TemporalPause
source · pub struct TemporalPause {
pub amount_in_seconds: f32,
}Fields§
§amount_in_seconds: f32Trait Implementations§
source§impl Clone for TemporalPause
impl Clone for TemporalPause
source§fn clone(&self) -> TemporalPause
fn clone(&self) -> TemporalPause
Returns a copy 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 PartialEq for TemporalPause
impl PartialEq for TemporalPause
source§fn eq(&self, other: &TemporalPause) -> bool
fn eq(&self, other: &TemporalPause) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for TemporalPause
impl PartialOrd for TemporalPause
source§fn partial_cmp(&self, other: &TemporalPause) -> Option<Ordering>
fn partial_cmp(&self, other: &TemporalPause) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for TemporalPause
impl StructuralPartialEq for TemporalPause
Auto Trait Implementations§
impl Freeze for TemporalPause
impl RefUnwindSafe for TemporalPause
impl Send for TemporalPause
impl Sync for TemporalPause
impl Unpin for TemporalPause
impl UnwindSafe for TemporalPause
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moresource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.