pub struct CV { /* private fields */ }Expand description
Channel (n) Value
Implementations§
Auto Trait Implementations§
impl !Freeze for CV
impl !RefUnwindSafe for CV
impl Send for CV
impl !Sync for CV
impl Unpin for CV
impl UnwindSafe for CV
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