pub struct RenderingControlEvent {
pub last_change: Option<DecodeXmlString<RenderingControlLastChangeMap>>,
}Expand description
A parsed event produced by the RenderingControl service.
Use SonosDevice::subscribe_rendering_control() to obtain an event
stream that produces these.
Fields§
§last_change: Option<DecodeXmlString<RenderingControlLastChangeMap>>Trait Implementations§
Source§impl Clone for RenderingControlEvent
impl Clone for RenderingControlEvent
Source§fn clone(&self) -> RenderingControlEvent
fn clone(&self) -> RenderingControlEvent
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 RenderingControlEvent
impl Debug for RenderingControlEvent
Source§impl DecodeXml for RenderingControlEvent
impl DecodeXml for RenderingControlEvent
fn decode_xml(xml: &str) -> Result<Self>
Source§impl Default for RenderingControlEvent
impl Default for RenderingControlEvent
Source§fn default() -> RenderingControlEvent
fn default() -> RenderingControlEvent
Returns the “default value” for a type. Read more
Source§impl PartialEq for RenderingControlEvent
impl PartialEq for RenderingControlEvent
impl StructuralPartialEq for RenderingControlEvent
Auto Trait Implementations§
impl Freeze for RenderingControlEvent
impl RefUnwindSafe for RenderingControlEvent
impl Send for RenderingControlEvent
impl Sync for RenderingControlEvent
impl Unpin for RenderingControlEvent
impl UnwindSafe for RenderingControlEvent
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