pub enum Rs232BrickletFunction {
Show 15 variants
Write,
Read,
EnableReadCallback,
DisableReadCallback,
IsReadCallbackEnabled,
SetConfiguration,
GetConfiguration,
SetBreakCondition,
SetFrameReadableCallbackConfiguration,
GetFrameReadableCallbackConfiguration,
ReadFrame,
GetIdentity,
CallbackRead,
CallbackError,
CallbackFrameReadable,
}
Variants§
Write
Read
EnableReadCallback
DisableReadCallback
IsReadCallbackEnabled
SetConfiguration
GetConfiguration
SetBreakCondition
SetFrameReadableCallbackConfiguration
GetFrameReadableCallbackConfiguration
ReadFrame
GetIdentity
CallbackRead
CallbackError
CallbackFrameReadable
Trait Implementations§
Source§impl From<Rs232BrickletFunction> for u8
impl From<Rs232BrickletFunction> for u8
Source§fn from(fun: Rs232BrickletFunction) -> Self
fn from(fun: Rs232BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Rs232BrickletFunction
impl RefUnwindSafe for Rs232BrickletFunction
impl Send for Rs232BrickletFunction
impl Sync for Rs232BrickletFunction
impl Unpin for Rs232BrickletFunction
impl UnwindSafe for Rs232BrickletFunction
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