pub struct AFEC1 { /* private fields */ }Expand description
Analog Front-End Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AFEC1
impl RefUnwindSafe for AFEC1
impl !Sync for AFEC1
impl Unpin for AFEC1
impl UnwindSafe for AFEC1
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