pub struct AudiodevOssPerDirectionOptions {
pub base: AudiodevPerDirectionOptions,
pub buffer_count: Option<u32>,
pub dev: Option<String>,
pub try_poll: Option<bool>,
}
Fields§
§base: AudiodevPerDirectionOptions
§buffer_count: Option<u32>
§dev: Option<String>
§try_poll: Option<bool>
Trait Implementations§
Source§impl AsRef<AudiodevPerDirectionOptions> for AudiodevOssPerDirectionOptions
impl AsRef<AudiodevPerDirectionOptions> for AudiodevOssPerDirectionOptions
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 AudiodevOssPerDirectionOptions
impl Clone for AudiodevOssPerDirectionOptions
Source§fn clone(&self) -> AudiodevOssPerDirectionOptions
fn clone(&self) -> AudiodevOssPerDirectionOptions
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 AudiodevOssPerDirectionOptions
impl<'de> Deserialize<'de> for AudiodevOssPerDirectionOptions
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 AudiodevOssPerDirectionOptions
impl<T: Into<AudiodevPerDirectionOptions>> From<T> for AudiodevOssPerDirectionOptions
Auto Trait Implementations§
impl Freeze for AudiodevOssPerDirectionOptions
impl RefUnwindSafe for AudiodevOssPerDirectionOptions
impl Send for AudiodevOssPerDirectionOptions
impl Sync for AudiodevOssPerDirectionOptions
impl Unpin for AudiodevOssPerDirectionOptions
impl UnwindSafe for AudiodevOssPerDirectionOptions
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