pub struct VlcStatus {
pub state: String,
pub time: i64,
pub length: i64,
pub volume: i64,
}Expand description
Parsed subset of VLC’s requests/status.xml.
Fields§
§state: String§time: i64§length: i64§volume: i64Trait Implementations§
impl StructuralPartialEq for VlcStatus
Auto Trait Implementations§
impl Freeze for VlcStatus
impl RefUnwindSafe for VlcStatus
impl Send for VlcStatus
impl Sync for VlcStatus
impl Unpin for VlcStatus
impl UnsafeUnpin for VlcStatus
impl UnwindSafe for VlcStatus
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