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