Struct bms_rs::bmson::pulse::PulseNumber
source · pub struct PulseNumber(pub u32);
Expand description
Note position for the chart [Bmson
].
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Clone for PulseNumber
impl Clone for PulseNumber
source§fn clone(&self) -> PulseNumber
fn clone(&self) -> PulseNumber
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 Debug for PulseNumber
impl Debug for PulseNumber
source§impl<'de> Deserialize<'de> for PulseNumber
impl<'de> Deserialize<'de> for PulseNumber
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for PulseNumber
impl Hash for PulseNumber
source§impl Ord for PulseNumber
impl Ord for PulseNumber
source§fn cmp(&self, other: &PulseNumber) -> Ordering
fn cmp(&self, other: &PulseNumber) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<PulseNumber> for PulseNumber
impl PartialEq<PulseNumber> for PulseNumber
source§fn eq(&self, other: &PulseNumber) -> bool
fn eq(&self, other: &PulseNumber) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PulseNumber> for PulseNumber
impl PartialOrd<PulseNumber> for PulseNumber
source§fn partial_cmp(&self, other: &PulseNumber) -> Option<Ordering>
fn partial_cmp(&self, other: &PulseNumber) -> 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 more