pub struct GenericIsaDmaDeps;
Expand description
Generic dual 8237A ISA DMA controllers
Auto Trait Implementations§
impl Freeze for GenericIsaDmaDeps
impl RefUnwindSafe for GenericIsaDmaDeps
impl Send for GenericIsaDmaDeps
impl Sync for GenericIsaDmaDeps
impl Unpin for GenericIsaDmaDeps
impl UnwindSafe for GenericIsaDmaDeps
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