pub struct CH2D { /* private fields */ }Expand description
2D-addressing channel cluster
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CH2D
impl !RefUnwindSafe for CH2D
impl Send for CH2D
impl !Sync for CH2D
impl Unpin for CH2D
impl UnwindSafe for CH2D
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