pub struct AudioProperty { /* private fields */ }Expand description
A generic -audio property rendered after driver= and model=.
Implementations§
Trait Implementations§
Source§impl Arbitrary for AudioProperty
impl Arbitrary for AudioProperty
Source§type Parameters = (<String as Arbitrary>::Parameters, <Option<String> as Arbitrary>::Parameters)
type Parameters = (<String as Arbitrary>::Parameters, <Option<String> as Arbitrary>::Parameters)
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = Map<(<String as Arbitrary>::Strategy, <Option<String> as Arbitrary>::Strategy), fn((String, Option<String>)) -> AudioProperty>
type Strategy = Map<(<String as Arbitrary>::Strategy, <Option<String> as Arbitrary>::Strategy), fn((String, Option<String>)) -> AudioProperty>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Clone for AudioProperty
impl Clone for AudioProperty
Source§fn clone(&self) -> AudioProperty
fn clone(&self) -> AudioProperty
Returns a duplicate 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 AudioProperty
impl Debug for AudioProperty
Source§impl Hash for AudioProperty
impl Hash for AudioProperty
Source§impl Ord for AudioProperty
impl Ord for AudioProperty
Source§fn cmp(&self, other: &AudioProperty) -> Ordering
fn cmp(&self, other: &AudioProperty) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AudioProperty
impl PartialEq for AudioProperty
Source§impl PartialOrd for AudioProperty
impl PartialOrd for AudioProperty
impl Eq for AudioProperty
impl StructuralPartialEq for AudioProperty
Auto Trait Implementations§
impl Freeze for AudioProperty
impl RefUnwindSafe for AudioProperty
impl Send for AudioProperty
impl Sync for AudioProperty
impl Unpin for AudioProperty
impl UnsafeUnpin for AudioProperty
impl UnwindSafe for AudioProperty
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