struct DirectPlayProfile {
profile_type: String,
container: String,
video_codec: Option<String>,
audio_codec: String,
}Fields§
§profile_type: String§container: String§video_codec: Option<String>§audio_codec: StringTrait Implementations§
Source§impl Debug for DirectPlayProfile
impl Debug for DirectPlayProfile
Auto Trait Implementations§
impl Freeze for DirectPlayProfile
impl RefUnwindSafe for DirectPlayProfile
impl Send for DirectPlayProfile
impl Sync for DirectPlayProfile
impl Unpin for DirectPlayProfile
impl UnsafeUnpin for DirectPlayProfile
impl UnwindSafe for DirectPlayProfile
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