pub struct OR3 { /* private fields */ }
Expand description
DMA address for full transfer
Implementations§
Auto Trait Implementations§
impl !Freeze for OR3
impl !RefUnwindSafe for OR3
impl Send for OR3
impl !Sync for OR3
impl Unpin for OR3
impl UnwindSafe for OR3
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