pub struct Ch<const C: u8, const COMP: bool>;
Expand description
Channel wrapper
Auto Trait Implementations§
impl<const C: u8, const COMP: bool> Freeze for Ch<C, COMP>
impl<const C: u8, const COMP: bool> RefUnwindSafe for Ch<C, COMP>
impl<const C: u8, const COMP: bool> Send for Ch<C, COMP>
impl<const C: u8, const COMP: bool> Sync for Ch<C, COMP>
impl<const C: u8, const COMP: bool> Unpin for Ch<C, COMP>
impl<const C: u8, const COMP: bool> UnwindSafe for Ch<C, COMP>
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