pub struct AddonRendererAdapterControlCapabilities {
pub play: bool,
pub pause: bool,
pub resume: bool,
pub seek: bool,
pub stop: bool,
pub set_volume: bool,
}Fields§
§play: bool§pause: bool§resume: bool§seek: bool§stop: bool§set_volume: boolImplementations§
Source§impl AddonRendererAdapterControlCapabilities
impl AddonRendererAdapterControlCapabilities
pub const fn basic_playback() -> Self
Trait Implementations§
Source§impl Clone for AddonRendererAdapterControlCapabilities
impl Clone for AddonRendererAdapterControlCapabilities
Source§fn clone(&self) -> AddonRendererAdapterControlCapabilities
fn clone(&self) -> AddonRendererAdapterControlCapabilities
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 AddonRendererAdapterControlCapabilities
impl<'de> Deserialize<'de> for AddonRendererAdapterControlCapabilities
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 AddonRendererAdapterControlCapabilities
impl PartialEq for AddonRendererAdapterControlCapabilities
Source§fn eq(&self, other: &AddonRendererAdapterControlCapabilities) -> bool
fn eq(&self, other: &AddonRendererAdapterControlCapabilities) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AddonRendererAdapterControlCapabilities
impl StructuralPartialEq for AddonRendererAdapterControlCapabilities
Auto Trait Implementations§
impl Freeze for AddonRendererAdapterControlCapabilities
impl RefUnwindSafe for AddonRendererAdapterControlCapabilities
impl Send for AddonRendererAdapterControlCapabilities
impl Sync for AddonRendererAdapterControlCapabilities
impl Unpin for AddonRendererAdapterControlCapabilities
impl UnsafeUnpin for AddonRendererAdapterControlCapabilities
impl UnwindSafe for AddonRendererAdapterControlCapabilities
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