pub struct NUM_CHAN_24_R(/* private fields */);
Expand description
Field NUM_CHAN_24
reader - NUM_CHAN_24
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NUM_CHAN_24_R
impl RefUnwindSafe for NUM_CHAN_24_R
impl Send for NUM_CHAN_24_R
impl Sync for NUM_CHAN_24_R
impl Unpin for NUM_CHAN_24_R
impl UnwindSafe for NUM_CHAN_24_R
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