pub enum EPaper296x128BrickletFunction {
Show 29 variants
Draw,
GetDrawStatus,
WriteBlackWhiteLowLevel,
ReadBlackWhiteLowLevel,
WriteColorLowLevel,
ReadColorLowLevel,
FillDisplay,
DrawText,
DrawLine,
DrawBox,
SetUpdateMode,
GetUpdateMode,
SetDisplayType,
GetDisplayType,
SetDisplayDriver,
GetDisplayDriver,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackDrawStatus,
}Variants§
Draw
GetDrawStatus
WriteBlackWhiteLowLevel
ReadBlackWhiteLowLevel
WriteColorLowLevel
ReadColorLowLevel
FillDisplay
DrawText
DrawLine
DrawBox
SetUpdateMode
GetUpdateMode
SetDisplayType
GetDisplayType
SetDisplayDriver
GetDisplayDriver
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackDrawStatus
Trait Implementations§
Source§impl From<EPaper296x128BrickletFunction> for u8
impl From<EPaper296x128BrickletFunction> for u8
Source§fn from(fun: EPaper296x128BrickletFunction) -> Self
fn from(fun: EPaper296x128BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EPaper296x128BrickletFunction
impl RefUnwindSafe for EPaper296x128BrickletFunction
impl Send for EPaper296x128BrickletFunction
impl Sync for EPaper296x128BrickletFunction
impl Unpin for EPaper296x128BrickletFunction
impl UnwindSafe for EPaper296x128BrickletFunction
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