pub struct Decoder<const PIN: u8> {
pub active_level: Bit,
pub sampling_period: Duration,
}
Fields§
§active_level: Bit
§sampling_period: Duration
Implementations§
Auto Trait Implementations§
impl<const PIN: u8> Freeze for Decoder<PIN>
impl<const PIN: u8> RefUnwindSafe for Decoder<PIN>
impl<const PIN: u8> Send for Decoder<PIN>
impl<const PIN: u8> Sync for Decoder<PIN>
impl<const PIN: u8> Unpin for Decoder<PIN>
impl<const PIN: u8> UnwindSafe for Decoder<PIN>
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