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 for PlayerButtonState
impl PartialEq for PlayerButtonState
impl Eq for PlayerButtonState
impl StructuralPartialEq for PlayerButtonState
Auto Trait Implementations§
impl Freeze for PlayerButtonState
impl RefUnwindSafe for PlayerButtonState
impl Send for PlayerButtonState
impl Sync for PlayerButtonState
impl Unpin for PlayerButtonState
impl UnwindSafe for PlayerButtonState
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