Struct surge_halfrate::imports::imports::PatchDataSize
[−]pub struct PatchDataSize(pub u32);
Tuple Fields
0: u32
Trait Implementations
impl Add<PatchDataSize> for PatchDataSize
impl Add<PatchDataSize> for PatchDataSize
type Output = PatchDataSize
type Output = PatchDataSize
The resulting type after applying the +
operator.
fn add(self, x: PatchDataSize) -> <PatchDataSize as Add<PatchDataSize>>::Output
fn add(self, x: PatchDataSize) -> <PatchDataSize as Add<PatchDataSize>>::Output
Performs the +
operation. Read more
impl Clone for PatchDataSize
impl Clone for PatchDataSize
fn clone(&self) -> PatchDataSize
fn clone(&self) -> PatchDataSize
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
impl Debug for PatchDataSize
impl Debug for PatchDataSize
impl<'de> Deserialize<'de> for PatchDataSize
impl<'de> Deserialize<'de> for PatchDataSize
fn deserialize<__D>(
__deserializer: __D
) -> Result<PatchDataSize, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<PatchDataSize, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Div<PatchDataSize> for PatchDataSize
impl Div<PatchDataSize> for PatchDataSize
type Output = PatchDataSize
type Output = PatchDataSize
The resulting type after applying the /
operator.
fn div(self, x: PatchDataSize) -> <PatchDataSize as Div<PatchDataSize>>::Output
fn div(self, x: PatchDataSize) -> <PatchDataSize as Div<PatchDataSize>>::Output
Performs the /
operation. Read more
impl Mul<PatchDataSize> for PatchDataSize
impl Mul<PatchDataSize> for PatchDataSize
type Output = PatchDataSize
type Output = PatchDataSize
The resulting type after applying the *
operator.
fn mul(self, x: PatchDataSize) -> <PatchDataSize as Mul<PatchDataSize>>::Output
fn mul(self, x: PatchDataSize) -> <PatchDataSize as Mul<PatchDataSize>>::Output
Performs the *
operation. Read more
impl Ord for PatchDataSize
impl Ord for PatchDataSize
impl PartialEq<PatchDataSize> for PatchDataSize
impl PartialEq<PatchDataSize> for PatchDataSize
fn eq(&self, other: &PatchDataSize) -> bool
fn eq(&self, other: &PatchDataSize) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &PatchDataSize) -> bool
fn ne(&self, other: &PatchDataSize) -> bool
This method tests for !=
.
impl PartialOrd<PatchDataSize> for PatchDataSize
impl PartialOrd<PatchDataSize> for PatchDataSize
fn partial_cmp(&self, other: &PatchDataSize) -> Option<Ordering>
fn partial_cmp(&self, other: &PatchDataSize) -> 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 Serialize for PatchDataSize
impl Serialize for PatchDataSize
fn 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
impl Sub<PatchDataSize> for PatchDataSize
impl Sub<PatchDataSize> for PatchDataSize
type Output = PatchDataSize
type Output = PatchDataSize
The resulting type after applying the -
operator.
fn sub(self, x: PatchDataSize) -> <PatchDataSize as Sub<PatchDataSize>>::Output
fn sub(self, x: PatchDataSize) -> <PatchDataSize as Sub<PatchDataSize>>::Output
Performs the -
operation. Read more
impl Copy for PatchDataSize
impl Eq for PatchDataSize
impl StructuralEq for PatchDataSize
impl StructuralPartialEq for PatchDataSize
Auto Trait Implementations
impl RefUnwindSafe for PatchDataSize
impl Send for PatchDataSize
impl Sync for PatchDataSize
impl Unpin for PatchDataSize
impl UnwindSafe for PatchDataSize
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