pub struct BDR { /* private fields */ }Expand description
BData register
Implementations§
Auto Trait Implementations§
impl !Freeze for BDR
impl !RefUnwindSafe for BDR
impl Send for BDR
impl !Sync for BDR
impl Unpin for BDR
impl UnwindSafe for BDR
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