pub struct CpuIrqChips(/* private fields */);
Trait Implementations§
Source§impl Default for CpuIrqChips
impl Default for CpuIrqChips
Source§fn default() -> CpuIrqChips
fn default() -> CpuIrqChips
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CpuIrqChips
impl !RefUnwindSafe for CpuIrqChips
impl Send for CpuIrqChips
impl Sync for CpuIrqChips
impl Unpin for CpuIrqChips
impl !UnwindSafe for CpuIrqChips
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