pub struct InterfaceButtons {
pub header: Header,
pub button_1: Button,
pub button_power: Button,
pub button_2: Button,
}Fields§
§header: HeaderTrait Implementations§
Source§impl Clone for InterfaceButtons
impl Clone for InterfaceButtons
Source§fn clone(&self) -> InterfaceButtons
fn clone(&self) -> InterfaceButtons
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InterfaceButtons
impl Debug for InterfaceButtons
Source§impl Default for InterfaceButtons
impl Default for InterfaceButtons
Source§impl<'de> Deserialize<'de> for InterfaceButtons
impl<'de> Deserialize<'de> for InterfaceButtons
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InterfaceButtons
impl PartialEq for InterfaceButtons
Source§impl Serialize for InterfaceButtons
impl Serialize for InterfaceButtons
impl Message for InterfaceButtons
impl StructuralPartialEq for InterfaceButtons
Auto Trait Implementations§
impl Freeze for InterfaceButtons
impl RefUnwindSafe for InterfaceButtons
impl Send for InterfaceButtons
impl Sync for InterfaceButtons
impl Unpin for InterfaceButtons
impl UnwindSafe for InterfaceButtons
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