pub struct USERTRIM_R(/* private fields */);Expand description
Field USERTRIM reader - allows to switch from AOP offset trimmed values to AOP offset
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for USERTRIM_R
impl RefUnwindSafe for USERTRIM_R
impl Send for USERTRIM_R
impl Sync for USERTRIM_R
impl Unpin for USERTRIM_R
impl UnwindSafe for USERTRIM_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