pub struct AdcenR { /* private fields */ }
Expand description
Value of the field ADCEN
Implementations§
Auto Trait Implementations§
impl Freeze for AdcenR
impl RefUnwindSafe for AdcenR
impl Send for AdcenR
impl Sync for AdcenR
impl Unpin for AdcenR
impl UnwindSafe for AdcenR
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