pub enum OscUlp1kId {}
Expand description
Trait Implementations§
Source§impl RtcSourceId for OscUlp1kId
impl RtcSourceId for OscUlp1kId
Source§const DYN: DynRtcSourceId = DynRtcSourceId::OscUlp1k
const DYN: DynRtcSourceId = DynRtcSourceId::OscUlp1k
Corresponding
DynRtcSourceId
Auto Trait Implementations§
impl Freeze for OscUlp1kId
impl RefUnwindSafe for OscUlp1kId
impl Send for OscUlp1kId
impl Sync for OscUlp1kId
impl Unpin for OscUlp1kId
impl UnwindSafe for OscUlp1kId
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