pub enum AcquisitionBankError {
InvalidChannelPin,
MultipleChannelsPerGroup,
}
Expand description
Error returned when attempting to set an invalid channel pin as active in the TSC.
Variants§
InvalidChannelPin
Indicates that one or more of the provided pins is not a valid channel pin.
MultipleChannelsPerGroup
Indicates that multiple channels from the same group were provided.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcquisitionBankError
impl RefUnwindSafe for AcquisitionBankError
impl Send for AcquisitionBankError
impl Sync for AcquisitionBankError
impl Unpin for AcquisitionBankError
impl UnwindSafe for AcquisitionBankError
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