#[repr(transparent)]pub struct BitsPerSecond(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for BitsPerSecond
impl Clone for BitsPerSecond
Source§fn clone(&self) -> BitsPerSecond
fn clone(&self) -> BitsPerSecond
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BitsPerSecond
Source§impl Debug for BitsPerSecond
impl Debug for BitsPerSecond
Source§impl Default for BitsPerSecond
impl Default for BitsPerSecond
Source§fn default() -> BitsPerSecond
fn default() -> BitsPerSecond
Returns the “default value” for a type. Read more
impl Eq for BitsPerSecond
Source§impl Hash for BitsPerSecond
impl Hash for BitsPerSecond
Source§impl Ord for BitsPerSecond
impl Ord for BitsPerSecond
Source§fn cmp(&self, other: &BitsPerSecond) -> Ordering
fn cmp(&self, other: &BitsPerSecond) -> Ordering
1.21.0 (const: unstable) · 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 for BitsPerSecond
impl PartialEq for BitsPerSecond
Source§impl PartialOrd for BitsPerSecond
impl PartialOrd for BitsPerSecond
impl StructuralPartialEq for BitsPerSecond
Auto Trait Implementations§
impl Freeze for BitsPerSecond
impl RefUnwindSafe for BitsPerSecond
impl Send for BitsPerSecond
impl Sync for BitsPerSecond
impl Unpin for BitsPerSecond
impl UnsafeUnpin for BitsPerSecond
impl UnwindSafe for BitsPerSecond
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