pub enum Io16BrickletFunction {
Show 17 variants
SetPort,
GetPort,
SetPortConfiguration,
GetPortConfiguration,
SetDebouncePeriod,
GetDebouncePeriod,
SetPortInterrupt,
GetPortInterrupt,
SetPortMonoflop,
GetPortMonoflop,
SetSelectedValues,
GetEdgeCount,
SetEdgeCountConfig,
GetEdgeCountConfig,
GetIdentity,
CallbackInterrupt,
CallbackMonoflopDone,
}
Variants§
SetPort
GetPort
SetPortConfiguration
GetPortConfiguration
SetDebouncePeriod
GetDebouncePeriod
SetPortInterrupt
GetPortInterrupt
SetPortMonoflop
GetPortMonoflop
SetSelectedValues
GetEdgeCount
SetEdgeCountConfig
GetEdgeCountConfig
GetIdentity
CallbackInterrupt
CallbackMonoflopDone
Trait Implementations§
Source§impl From<Io16BrickletFunction> for u8
impl From<Io16BrickletFunction> for u8
Source§fn from(fun: Io16BrickletFunction) -> Self
fn from(fun: Io16BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Io16BrickletFunction
impl RefUnwindSafe for Io16BrickletFunction
impl Send for Io16BrickletFunction
impl Sync for Io16BrickletFunction
impl Unpin for Io16BrickletFunction
impl UnwindSafe for Io16BrickletFunction
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