Struct braid_triggerbox_comms::TopAndPrescaler
source · pub struct TopAndPrescaler { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for TopAndPrescaler
impl Clone for TopAndPrescaler
source§fn clone(&self) -> TopAndPrescaler
fn clone(&self) -> TopAndPrescaler
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 TopAndPrescaler
impl Debug for TopAndPrescaler
source§impl PartialEq for TopAndPrescaler
impl PartialEq for TopAndPrescaler
source§fn eq(&self, other: &TopAndPrescaler) -> bool
fn eq(&self, other: &TopAndPrescaler) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TopAndPrescaler
Auto Trait Implementations§
impl Freeze for TopAndPrescaler
impl RefUnwindSafe for TopAndPrescaler
impl Send for TopAndPrescaler
impl Sync for TopAndPrescaler
impl Unpin for TopAndPrescaler
impl UnwindSafe for TopAndPrescaler
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