pub enum AnalogOutBrickletFunction {
SetVoltage,
GetVoltage,
SetMode,
GetMode,
GetIdentity,
}
Variants§
Trait Implementations§
Source§impl From<AnalogOutBrickletFunction> for u8
impl From<AnalogOutBrickletFunction> for u8
Source§fn from(fun: AnalogOutBrickletFunction) -> Self
fn from(fun: AnalogOutBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AnalogOutBrickletFunction
impl RefUnwindSafe for AnalogOutBrickletFunction
impl Send for AnalogOutBrickletFunction
impl Sync for AnalogOutBrickletFunction
impl Unpin for AnalogOutBrickletFunction
impl UnwindSafe for AnalogOutBrickletFunction
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