Enum Trgsterr
#[repr(u8)]pub enum Trgsterr {
_0 = 0,
_1 = 1,
}Expand description
Error in Multiplexed Trigger Request
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Trgsterr
impl Eq for Trgsterr
impl IsEnum for Trgsterr
impl StructuralPartialEq for Trgsterr
Auto Trait Implementations§
impl Freeze for Trgsterr
impl RefUnwindSafe for Trgsterr
impl Send for Trgsterr
impl Sync for Trgsterr
impl Unpin for Trgsterr
impl UnwindSafe for Trgsterr
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