#[repr(C)]pub struct __channel { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for __channel
impl RefUnwindSafe for __channel
impl Send for __channel
impl Sync for __channel
impl Unpin for __channel
impl UnwindSafe for __channel
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