pub struct CH0CMP { /* private fields */ }
Expand description
Channel 0 Compare Value
Implementations§
Auto Trait Implementations§
impl !Freeze for CH0CMP
impl !RefUnwindSafe for CH0CMP
impl Send for CH0CMP
impl !Sync for CH0CMP
impl Unpin for CH0CMP
impl UnwindSafe for CH0CMP
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