Enum Chf
pub enum Chf {
_0 = 0,
_1 = 1,
}Expand description
Channel (n) Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Chf
impl Eq for Chf
impl StructuralPartialEq for Chf
Auto Trait Implementations§
impl Freeze for Chf
impl RefUnwindSafe for Chf
impl Send for Chf
impl Sync for Chf
impl Unpin for Chf
impl UnwindSafe for Chf
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