pub struct InterruptController<'a> {
pub node: Node<'a>,
}
Fields§
§node: Node<'a>
Implementations§
Source§impl InterruptController<'_>
impl InterruptController<'_>
pub fn interrupt_cells(&self) -> usize
Trait Implementations§
Source§impl<'a> Clone for InterruptController<'a>
impl<'a> Clone for InterruptController<'a>
Source§fn clone(&self) -> InterruptController<'a>
fn clone(&self) -> InterruptController<'a>
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<'a> Freeze for InterruptController<'a>
impl<'a> RefUnwindSafe for InterruptController<'a>
impl<'a> Send for InterruptController<'a>
impl<'a> Sync for InterruptController<'a>
impl<'a> Unpin for InterruptController<'a>
impl<'a> UnwindSafe for InterruptController<'a>
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