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