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