Struct itunes_com::wrappers::PlayerButtonState
source · pub struct PlayerButtonState {
pub previousEnabled: bool,
pub playPauseStopState: ITPlayButtonState,
pub nextEnabled: bool,
}Expand description
The three items of a PlayerButtonState
Fields§
§previousEnabled: bool§playPauseStopState: ITPlayButtonState§nextEnabled: boolTrait Implementations§
source§impl Debug for PlayerButtonState
impl Debug for PlayerButtonState
source§impl PartialEq<PlayerButtonState> for PlayerButtonState
impl PartialEq<PlayerButtonState> for PlayerButtonState
source§fn eq(&self, other: &PlayerButtonState) -> bool
fn eq(&self, other: &PlayerButtonState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.