Struct atsamd_hal::time::Bps
source · [−]pub struct Bps(pub u32);
Expand description
Bits per second
Tuple Fields
0: u32
Trait Implementations
impl Copy for Bps
impl Eq for Bps
impl StructuralEq for Bps
impl StructuralPartialEq for Bps
Auto Trait Implementations
impl RefUnwindSafe for Bps
impl Send for Bps
impl Sync for Bps
impl Unpin for Bps
impl UnwindSafe for Bps
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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