#[repr(C)]pub struct AudioPlayingInfo_s {
pub type_: AudioPlayerType,
pub pid: i32,
pub title: [u8; 512],
pub author: [u8; 512],
pub duration: [u8; 32],
pub percent: i32,
pub play_state: i32,
}Fields§
§type_: AudioPlayerType§pid: i32§title: [u8; 512]§duration: [u8; 32]§percent: i32§play_state: i32Trait Implementations§
Source§impl Clone for AudioPlayingInfo_s
impl Clone for AudioPlayingInfo_s
Source§fn clone(&self) -> AudioPlayingInfo_s
fn clone(&self) -> AudioPlayingInfo_s
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 moreimpl Copy for AudioPlayingInfo_s
Auto Trait Implementations§
impl Freeze for AudioPlayingInfo_s
impl RefUnwindSafe for AudioPlayingInfo_s
impl Send for AudioPlayingInfo_s
impl Sync for AudioPlayingInfo_s
impl Unpin for AudioPlayingInfo_s
impl UnwindSafe for AudioPlayingInfo_s
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