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