#[repr(u8)]pub enum TrigInVal {
VAL0 = 0,
VAL1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for TrigInVal
impl Ord for TrigInVal
Source§impl PartialOrd for TrigInVal
impl PartialOrd for TrigInVal
impl Copy for TrigInVal
impl Eq for TrigInVal
impl StructuralPartialEq for TrigInVal
Auto Trait Implementations§
impl Freeze for TrigInVal
impl RefUnwindSafe for TrigInVal
impl Send for TrigInVal
impl Sync for TrigInVal
impl Unpin for TrigInVal
impl UnwindSafe for TrigInVal
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