pub enum Oled64x48BrickletFunction {
Write,
NewWindow,
ClearDisplay,
SetDisplayConfiguration,
GetDisplayConfiguration,
WriteLine,
GetIdentity,
}
Variants§
Trait Implementations§
Source§impl From<Oled64x48BrickletFunction> for u8
impl From<Oled64x48BrickletFunction> for u8
Source§fn from(fun: Oled64x48BrickletFunction) -> Self
fn from(fun: Oled64x48BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Oled64x48BrickletFunction
impl RefUnwindSafe for Oled64x48BrickletFunction
impl Send for Oled64x48BrickletFunction
impl Sync for Oled64x48BrickletFunction
impl Unpin for Oled64x48BrickletFunction
impl UnwindSafe for Oled64x48BrickletFunction
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