Struct surge_traits::imports::WaveTableCategoryID
source · [−]pub struct WaveTableCategoryID(pub usize);
Tuple Fields
0: usize
Trait Implementations
sourceimpl Add<WaveTableCategoryID> for WaveTableCategoryID
impl Add<WaveTableCategoryID> for WaveTableCategoryID
type Output = WaveTableCategoryID
type Output = WaveTableCategoryID
The resulting type after applying the +
operator.
sourcefn add(
self,
x: WaveTableCategoryID
) -> <WaveTableCategoryID as Add<WaveTableCategoryID>>::Output
fn add(
self,
x: WaveTableCategoryID
) -> <WaveTableCategoryID as Add<WaveTableCategoryID>>::Output
Performs the +
operation. Read more
sourceimpl Clone for WaveTableCategoryID
impl Clone for WaveTableCategoryID
sourcefn clone(&self) -> WaveTableCategoryID
fn clone(&self) -> WaveTableCategoryID
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 Debug for WaveTableCategoryID
impl Debug for WaveTableCategoryID
sourceimpl<'de> Deserialize<'de> for WaveTableCategoryID
impl<'de> Deserialize<'de> for WaveTableCategoryID
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<WaveTableCategoryID, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<WaveTableCategoryID, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Div<WaveTableCategoryID> for WaveTableCategoryID
impl Div<WaveTableCategoryID> for WaveTableCategoryID
type Output = WaveTableCategoryID
type Output = WaveTableCategoryID
The resulting type after applying the /
operator.
sourcefn div(
self,
x: WaveTableCategoryID
) -> <WaveTableCategoryID as Div<WaveTableCategoryID>>::Output
fn div(
self,
x: WaveTableCategoryID
) -> <WaveTableCategoryID as Div<WaveTableCategoryID>>::Output
Performs the /
operation. Read more
sourceimpl Mul<WaveTableCategoryID> for WaveTableCategoryID
impl Mul<WaveTableCategoryID> for WaveTableCategoryID
type Output = WaveTableCategoryID
type Output = WaveTableCategoryID
The resulting type after applying the *
operator.
sourcefn mul(
self,
x: WaveTableCategoryID
) -> <WaveTableCategoryID as Mul<WaveTableCategoryID>>::Output
fn mul(
self,
x: WaveTableCategoryID
) -> <WaveTableCategoryID as Mul<WaveTableCategoryID>>::Output
Performs the *
operation. Read more
sourceimpl Ord for WaveTableCategoryID
impl Ord for WaveTableCategoryID
sourceimpl PartialEq<WaveTableCategoryID> for WaveTableCategoryID
impl PartialEq<WaveTableCategoryID> for WaveTableCategoryID
sourcefn eq(&self, other: &WaveTableCategoryID) -> bool
fn eq(&self, other: &WaveTableCategoryID) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &WaveTableCategoryID) -> bool
fn ne(&self, other: &WaveTableCategoryID) -> bool
This method tests for !=
.
sourceimpl PartialOrd<WaveTableCategoryID> for WaveTableCategoryID
impl PartialOrd<WaveTableCategoryID> for WaveTableCategoryID
sourcefn partial_cmp(&self, other: &WaveTableCategoryID) -> Option<Ordering>
fn partial_cmp(&self, other: &WaveTableCategoryID) -> 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
sourceimpl Serialize for WaveTableCategoryID
impl Serialize for WaveTableCategoryID
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
sourceimpl Sub<WaveTableCategoryID> for WaveTableCategoryID
impl Sub<WaveTableCategoryID> for WaveTableCategoryID
type Output = WaveTableCategoryID
type Output = WaveTableCategoryID
The resulting type after applying the -
operator.
sourcefn sub(
self,
x: WaveTableCategoryID
) -> <WaveTableCategoryID as Sub<WaveTableCategoryID>>::Output
fn sub(
self,
x: WaveTableCategoryID
) -> <WaveTableCategoryID as Sub<WaveTableCategoryID>>::Output
Performs the -
operation. Read more
impl Copy for WaveTableCategoryID
impl Eq for WaveTableCategoryID
impl StructuralEq for WaveTableCategoryID
impl StructuralPartialEq for WaveTableCategoryID
Auto Trait Implementations
impl RefUnwindSafe for WaveTableCategoryID
impl Send for WaveTableCategoryID
impl Sync for WaveTableCategoryID
impl Unpin for WaveTableCategoryID
impl UnwindSafe for WaveTableCategoryID
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more