pub struct Channel;
Trait Implementations§
Source§impl ReadableParameterIndex<i32> for Channel
impl ReadableParameterIndex<i32> for Channel
Source§impl WritableParameterIndex<i32> for Channel
impl WritableParameterIndex<i32> for Channel
impl Copy for Channel
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