pub struct TrackAttributes {
pub language_code: Option<String>,
pub characteristics: Option<Vec<u8>>,
pub display_name: Option<String>,
}Fields§
§language_code: Option<String>§characteristics: Option<Vec<u8>>§display_name: Option<String>Trait Implementations§
Source§impl Debug for TrackAttributes
impl Debug for TrackAttributes
Auto Trait Implementations§
impl Freeze for TrackAttributes
impl RefUnwindSafe for TrackAttributes
impl Send for TrackAttributes
impl Sync for TrackAttributes
impl Unpin for TrackAttributes
impl UnwindSafe for TrackAttributes
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