pub struct DeviceSetBitrateResponder { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceSetBitrateResponder
impl RefUnwindSafe for DeviceSetBitrateResponder
impl Send for DeviceSetBitrateResponder
impl Sync for DeviceSetBitrateResponder
impl Unpin for DeviceSetBitrateResponder
impl UnwindSafe for DeviceSetBitrateResponder
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