pub struct MuxAccel<'a> { /* private fields */ }
Expand description
Calling a ‘set_mode*()’ function from a VirtualMuxAccel
will mark that
VirtualMuxAccel
as the one that has been enabled and running.
Until that Mux calls clear_data()
it will be the only
VirtualMuxAccel
that can interact with the underlying device.
Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for MuxAccel<'a>
impl<'a> !RefUnwindSafe for MuxAccel<'a>
impl<'a> !Send for MuxAccel<'a>
impl<'a> !Sync for MuxAccel<'a>
impl<'a> Unpin for MuxAccel<'a>
impl<'a> !UnwindSafe for MuxAccel<'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