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