pub enum Src {
Clock(ClockSrc),
Mem(MemSrc),
Volt(VoltSrc),
}
Variants§
Auto Trait Implementations§
impl Freeze for Src
impl RefUnwindSafe for Src
impl Send for Src
impl Sync for Src
impl Unpin for Src
impl UnwindSafe for Src
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