pub struct BusTreeRoot { /* private fields */ }
Expand description
A handle for the root of the bus tree.
Implementations§
source§impl BusTreeRoot
impl BusTreeRoot
sourcepub fn children(&self) -> DeviceChildrenIterator ⓘ
pub fn children(&self) -> DeviceChildrenIterator ⓘ
Get the children of the bus tree.
Auto Trait Implementations§
impl DeviceSync for BusTreeRoot
impl Freeze for BusTreeRoot
impl ObjSafe for BusTreeRoot
impl RefUnwindSafe for BusTreeRoot
impl Send for BusTreeRoot
impl Sync for BusTreeRoot
impl Unpin for BusTreeRoot
impl UnwindSafe for BusTreeRoot
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