pub struct Bus {
desc: Device,
waiter: ParkedWaiter,
}Fields§
§desc: Device§waiter: ParkedWaiterSingle consumer per controller; concurrent register_waiter
calls are rejected with EBUSY.
Implementations§
Auto Trait Implementations§
impl !Freeze for Bus
impl RefUnwindSafe for Bus
impl Send for Bus
impl Sync for Bus
impl Unpin for Bus
impl UnsafeUnpin for Bus
impl UnwindSafe for Bus
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