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