[][src]Struct galaxy_buds_live_rs::message::extended_status_updated::ExtendedStatusUpdate

pub struct ExtendedStatusUpdate {
    pub revision: u8,
    pub ear_type: u8,
    pub battery_left: i8,
    pub battery_right: i8,
    pub coupled: bool,
    pub primary_earbud: Side,
    pub placement_left: Placement,
    pub placement_right: Placement,
    pub wearing_left: bool,
    pub wearing_right: bool,
    pub battery_case: i8,
    pub adjust_sound_sync: bool,
    pub equalizer_type: EqualizerType,
    pub touchpads_blocked: bool,
    pub touchpad_option_left: TouchpadOption,
    pub touchpad_option_right: TouchpadOption,
    pub noise_reduction: bool,
    pub voice_wake_up: bool,
}

Fields

revision: u8ear_type: u8battery_left: i8battery_right: i8coupled: boolprimary_earbud: Sideplacement_left: Placementplacement_right: Placementwearing_left: boolwearing_right: boolbattery_case: i8adjust_sound_sync: boolequalizer_type: EqualizerTypetouchpads_blocked: booltouchpad_option_left: TouchpadOptiontouchpad_option_right: TouchpadOptionnoise_reduction: boolvoice_wake_up: bool

Trait Implementations

impl Debug for ExtendedStatusUpdate[src]

impl Into<ExtendedStatusUpdate> for Message[src]

Allow parsing a Message to an ExtendedStatusUpdate

impl Payload for ExtendedStatusUpdate[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.