pub struct DriverIrqChip {
pub desc: DriverDescriptor,
pub spec: DriverArc<BoxDriver>,
}
Fields§
§desc: DriverDescriptor
§spec: DriverArc<BoxDriver>
Trait Implementations§
Source§impl Clone for DriverIrqChip
impl Clone for DriverIrqChip
Source§fn clone(&self) -> DriverIrqChip
fn clone(&self) -> DriverIrqChip
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DriverIrqChip
impl !RefUnwindSafe for DriverIrqChip
impl Send for DriverIrqChip
impl Sync for DriverIrqChip
impl Unpin for DriverIrqChip
impl !UnwindSafe for DriverIrqChip
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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