#[repr(u8)]pub enum CoutaOwen {
SAMPLED = 0,
COUTA_OW = 1,
}Variants§
SAMPLED = 0
COUTA holds the last sampled value.
COUTA_OW = 1
Enables the COUTA signal value to be defined by COUTA_OW.
Implementations§
Trait Implementations§
Source§impl Ord for CoutaOwen
impl Ord for CoutaOwen
Source§impl PartialOrd for CoutaOwen
impl PartialOrd for CoutaOwen
impl Copy for CoutaOwen
impl Eq for CoutaOwen
impl StructuralPartialEq for CoutaOwen
Auto Trait Implementations§
impl Freeze for CoutaOwen
impl RefUnwindSafe for CoutaOwen
impl Send for CoutaOwen
impl Sync for CoutaOwen
impl Unpin for CoutaOwen
impl UnwindSafe for CoutaOwen
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