pub struct Channel<const N: c_int>;
Trait Implementations§
impl<const N: c_int> Copy for Channel<N>
Auto Trait Implementations§
impl<const N: i32> Freeze for Channel<N>
impl<const N: i32> RefUnwindSafe for Channel<N>
impl<const N: i32> Send for Channel<N>
impl<const N: i32> Sync for Channel<N>
impl<const N: i32> Unpin for Channel<N>
impl<const N: i32> UnwindSafe for Channel<N>
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