pub struct AddonRendererAdapterMediaCapabilities {
pub direct_play: bool,
pub containers: Vec<String>,
pub video_codecs: Vec<String>,
pub audio_codecs: Vec<String>,
}Fields§
§direct_play: bool§containers: Vec<String>§video_codecs: Vec<String>§audio_codecs: Vec<String>Trait Implementations§
Source§impl Clone for AddonRendererAdapterMediaCapabilities
impl Clone for AddonRendererAdapterMediaCapabilities
Source§fn clone(&self) -> AddonRendererAdapterMediaCapabilities
fn clone(&self) -> AddonRendererAdapterMediaCapabilities
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for AddonRendererAdapterMediaCapabilities
impl<'de> Deserialize<'de> for AddonRendererAdapterMediaCapabilities
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AddonRendererAdapterMediaCapabilities
impl PartialEq for AddonRendererAdapterMediaCapabilities
Source§fn eq(&self, other: &AddonRendererAdapterMediaCapabilities) -> bool
fn eq(&self, other: &AddonRendererAdapterMediaCapabilities) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AddonRendererAdapterMediaCapabilities
impl StructuralPartialEq for AddonRendererAdapterMediaCapabilities
Auto Trait Implementations§
impl Freeze for AddonRendererAdapterMediaCapabilities
impl RefUnwindSafe for AddonRendererAdapterMediaCapabilities
impl Send for AddonRendererAdapterMediaCapabilities
impl Sync for AddonRendererAdapterMediaCapabilities
impl Unpin for AddonRendererAdapterMediaCapabilities
impl UnsafeUnpin for AddonRendererAdapterMediaCapabilities
impl UnwindSafe for AddonRendererAdapterMediaCapabilities
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