pub struct AudiodevPaPerDirectionOptions {
pub base: AudiodevPerDirectionOptions,
pub latency: Option<u32>,
pub name: Option<String>,
pub stream_name: Option<String>,
}
Fields§
§base: AudiodevPerDirectionOptions
§latency: Option<u32>
§name: Option<String>
§stream_name: Option<String>
Trait Implementations§
Source§impl AsRef<AudiodevPerDirectionOptions> for AudiodevPaPerDirectionOptions
impl AsRef<AudiodevPerDirectionOptions> for AudiodevPaPerDirectionOptions
Source§fn as_ref(&self) -> &AudiodevPerDirectionOptions
fn as_ref(&self) -> &AudiodevPerDirectionOptions
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for AudiodevPaPerDirectionOptions
impl Clone for AudiodevPaPerDirectionOptions
Source§fn clone(&self) -> AudiodevPaPerDirectionOptions
fn clone(&self) -> AudiodevPaPerDirectionOptions
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<'de> Deserialize<'de> for AudiodevPaPerDirectionOptions
impl<'de> Deserialize<'de> for AudiodevPaPerDirectionOptions
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<T: Into<AudiodevPerDirectionOptions>> From<T> for AudiodevPaPerDirectionOptions
impl<T: Into<AudiodevPerDirectionOptions>> From<T> for AudiodevPaPerDirectionOptions
Auto Trait Implementations§
impl Freeze for AudiodevPaPerDirectionOptions
impl RefUnwindSafe for AudiodevPaPerDirectionOptions
impl Send for AudiodevPaPerDirectionOptions
impl Sync for AudiodevPaPerDirectionOptions
impl Unpin for AudiodevPaPerDirectionOptions
impl UnwindSafe for AudiodevPaPerDirectionOptions
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