pub struct IntcNodeViewMut<'a> { /* private fields */ }Expand description
Mutable view for interrupt controller nodes.
Methods from Deref<Target = NodeGenericMut<'a>>§
Trait Implementations§
Source§impl<'a> Deref for IntcNodeViewMut<'a>
impl<'a> Deref for IntcNodeViewMut<'a>
Source§impl<'a> From<IntcNodeViewMut<'a>> for NodeTypeMut<'a>
impl<'a> From<IntcNodeViewMut<'a>> for NodeTypeMut<'a>
Source§fn from(v: IntcNodeViewMut<'a>) -> NodeTypeMut<'a>
fn from(v: IntcNodeViewMut<'a>) -> NodeTypeMut<'a>
Converts to this type from the input type.
Source§impl<'a> TryInto<IntcNodeViewMut<'a>> for NodeTypeMut<'a>
impl<'a> TryInto<IntcNodeViewMut<'a>> for NodeTypeMut<'a>
Auto Trait Implementations§
impl<'a> Freeze for IntcNodeViewMut<'a>
impl<'a> RefUnwindSafe for IntcNodeViewMut<'a>
impl<'a> Send for IntcNodeViewMut<'a>
impl<'a> !Sync for IntcNodeViewMut<'a>
impl<'a> Unpin for IntcNodeViewMut<'a>
impl<'a> UnsafeUnpin for IntcNodeViewMut<'a>
impl<'a> UnwindSafe for IntcNodeViewMut<'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