pub struct RxSample {
pub byte: Option<u8>,
pub flag: RxFlag,
pub overrun: bool,
}Fields§
§byte: Option<u8>§flag: RxFlag§overrun: boolTrait Implementations§
impl Copy for RxSample
impl Eq for RxSample
impl StructuralPartialEq for RxSample
Auto Trait Implementations§
impl Freeze for RxSample
impl RefUnwindSafe for RxSample
impl Send for RxSample
impl Sync for RxSample
impl Unpin for RxSample
impl UnsafeUnpin for RxSample
impl UnwindSafe for RxSample
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