pub struct TCIF25_R(/* private fields */);
Expand description
Field TCIF25
reader - Channel transfer complete flag
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCIF25_R
impl RefUnwindSafe for TCIF25_R
impl Send for TCIF25_R
impl Sync for TCIF25_R
impl Unpin for TCIF25_R
impl UnwindSafe for TCIF25_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