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