pub struct IFDN_A(/* private fields */);Expand description
Input FIFO Data Count
Value on reset: 0
Trait Implementations§
impl Copy for IFDN_A
impl Eq for IFDN_A
impl StructuralPartialEq for IFDN_A
Auto Trait Implementations§
impl Freeze for IFDN_A
impl RefUnwindSafe for IFDN_A
impl Send for IFDN_A
impl Sync for IFDN_A
impl Unpin for IFDN_A
impl UnwindSafe for IFDN_A
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