#[repr(u32)]pub enum AdiConfig {
AnalogIn = 0,
AnalogOut = 1,
DigitalIn = 2,
DigitalOut = 3,
}
Expand description
An Adi configuration
Variants§
AnalogIn = 0
An analog Adi voltage input
AnalogOut = 1
An analog Adi voltage output
DigitalIn = 2
A digital Adi voltage input
DigitalOut = 3
A digital Adi voltage output
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdiConfig
impl RefUnwindSafe for AdiConfig
impl Send for AdiConfig
impl Sync for AdiConfig
impl Unpin for AdiConfig
impl UnwindSafe for AdiConfig
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