pub struct Bd2Register;Expand description
Banked Data Register 2 descriptor (read-write)
Trait Implementations§
impl ApRegister for Bd2Register
Source§impl ReadableRegister for Bd2Register
impl ReadableRegister for Bd2Register
Source§impl RegisterDescriptor for Bd2Register
impl RegisterDescriptor for Bd2Register
Auto Trait Implementations§
impl Freeze for Bd2Register
impl RefUnwindSafe for Bd2Register
impl Send for Bd2Register
impl Sync for Bd2Register
impl Unpin for Bd2Register
impl UnsafeUnpin for Bd2Register
impl UnwindSafe for Bd2Register
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