Struct euphony_command::SetNanosPerTick
source · [−]pub struct SetNanosPerTick {
pub nanos: u64,
}
Fields
nanos: u64
Trait Implementations
sourceimpl Clone for SetNanosPerTick
impl Clone for SetNanosPerTick
sourcefn clone(&self) -> SetNanosPerTick
fn clone(&self) -> SetNanosPerTick
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Codec for SetNanosPerTick
impl Codec for SetNanosPerTick
sourceimpl Debug for SetNanosPerTick
impl Debug for SetNanosPerTick
sourceimpl Display for SetNanosPerTick
impl Display for SetNanosPerTick
sourceimpl Hash for SetNanosPerTick
impl Hash for SetNanosPerTick
sourceimpl Ord for SetNanosPerTick
impl Ord for SetNanosPerTick
sourceimpl PartialEq<SetNanosPerTick> for SetNanosPerTick
impl PartialEq<SetNanosPerTick> for SetNanosPerTick
sourcefn eq(&self, other: &SetNanosPerTick) -> bool
fn eq(&self, other: &SetNanosPerTick) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SetNanosPerTick) -> bool
fn ne(&self, other: &SetNanosPerTick) -> bool
This method tests for !=
.
sourceimpl PartialOrd<SetNanosPerTick> for SetNanosPerTick
impl PartialOrd<SetNanosPerTick> for SetNanosPerTick
sourcefn partial_cmp(&self, other: &SetNanosPerTick) -> Option<Ordering>
fn partial_cmp(&self, other: &SetNanosPerTick) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for SetNanosPerTick
impl Eq for SetNanosPerTick
impl StructuralEq for SetNanosPerTick
impl StructuralPartialEq for SetNanosPerTick
Auto Trait Implementations
impl RefUnwindSafe for SetNanosPerTick
impl Send for SetNanosPerTick
impl Sync for SetNanosPerTick
impl Unpin for SetNanosPerTick
impl UnwindSafe for SetNanosPerTick
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more