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