pub struct ControlChanged<'d> { /* private fields */ }
Expand description
CDC ACM Control status change monitor
You can obtain a ControlChanged
with CdcAcmClass::split_with_control
Implementations§
Source§impl<'d> ControlChanged<'d>
impl<'d> ControlChanged<'d>
Sourcepub async fn control_changed(&self)
pub async fn control_changed(&self)
Return a future for when the control settings change
Auto Trait Implementations§
impl<'d> Freeze for ControlChanged<'d>
impl<'d> !RefUnwindSafe for ControlChanged<'d>
impl<'d> !Send for ControlChanged<'d>
impl<'d> !Sync for ControlChanged<'d>
impl<'d> Unpin for ControlChanged<'d>
impl<'d> !UnwindSafe for ControlChanged<'d>
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