pub struct MediaController {
pub action: Action,
pub color: Color,
pub font_description: String,
pub width: u32,
pub height: u32,
pub bottom: u32,
pub duration: f32,
pub filled: char,
pub half_filled: char,
pub empty: char,
}
Fields§
§action: Action
§color: Color
§font_description: String
§width: u32
§height: u32
§bottom: u32
§duration: f32
§filled: char
§half_filled: char
§empty: char
Trait Implementations§
Source§impl Clone for MediaController
impl Clone for MediaController
Source§fn clone(&self) -> MediaController
fn clone(&self) -> MediaController
Returns a copy 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 MediaController
impl Debug for MediaController
Auto Trait Implementations§
impl Freeze for MediaController
impl RefUnwindSafe for MediaController
impl Send for MediaController
impl Sync for MediaController
impl Unpin for MediaController
impl UnwindSafe for MediaController
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