pub enum NodeRef<'a> {
Gerneric(NodeRefGen<'a>),
Pci(NodeRefPci<'a>),
Clock(NodeRefClock<'a>),
InterruptController(NodeRefInterruptController<'a>),
Memory(NodeRefMemory<'a>),
}Variants§
Gerneric(NodeRefGen<'a>)
Pci(NodeRefPci<'a>)
Clock(NodeRefClock<'a>)
InterruptController(NodeRefInterruptController<'a>)
Memory(NodeRefMemory<'a>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NodeRef<'a>
impl<'a> RefUnwindSafe for NodeRef<'a>
impl<'a> Send for NodeRef<'a>
impl<'a> Sync for NodeRef<'a>
impl<'a> Unpin for NodeRef<'a>
impl<'a> UnwindSafe for NodeRef<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)