pub struct PCROP2_END_R(/* private fields */);Expand description
Field PCROP2_END reader - Bank 2 PCROP area end offset
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PCROP2_END_R
impl RefUnwindSafe for PCROP2_END_R
impl Send for PCROP2_END_R
impl Sync for PCROP2_END_R
impl Unpin for PCROP2_END_R
impl UnwindSafe for PCROP2_END_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