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