pub struct ResolvedIsaDmaController(pub DmaController);Expand description
A resolved ISA DMA controller resource.
Tuple Fields§
§0: DmaControllerTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedIsaDmaController
impl RefUnwindSafe for ResolvedIsaDmaController
impl Send for ResolvedIsaDmaController
impl Sync for ResolvedIsaDmaController
impl Unpin for ResolvedIsaDmaController
impl UnsafeUnpin for ResolvedIsaDmaController
impl UnwindSafe for ResolvedIsaDmaController
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