pub struct ShellOptIfaceConfig {
pub input_format: ShellOptInputIfaceFormat,
pub output_format: ShellOptOutputIfaceFormat,
pub output_source: ShellOptOutputSrc,
}
Expand description
Configuration for optical interface.
Fields§
§input_format: ShellOptInputIfaceFormat
§output_format: ShellOptOutputIfaceFormat
§output_source: ShellOptOutputSrc
Trait Implementations§
Source§impl AsMut<ShellOptIfaceConfig> for K24dConfig
impl AsMut<ShellOptIfaceConfig> for K24dConfig
Source§fn as_mut(&mut self) -> &mut ShellOptIfaceConfig
fn as_mut(&mut self) -> &mut ShellOptIfaceConfig
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<ShellOptIfaceConfig> for KliveConfig
impl AsMut<ShellOptIfaceConfig> for KliveConfig
Source§fn as_mut(&mut self) -> &mut ShellOptIfaceConfig
fn as_mut(&mut self) -> &mut ShellOptIfaceConfig
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ShellOptIfaceConfig> for K24dConfig
impl AsRef<ShellOptIfaceConfig> for K24dConfig
Source§fn as_ref(&self) -> &ShellOptIfaceConfig
fn as_ref(&self) -> &ShellOptIfaceConfig
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ShellOptIfaceConfig> for KliveConfig
impl AsRef<ShellOptIfaceConfig> for KliveConfig
Source§fn as_ref(&self) -> &ShellOptIfaceConfig
fn as_ref(&self) -> &ShellOptIfaceConfig
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ShellOptIfaceConfig
impl Clone for ShellOptIfaceConfig
Source§fn clone(&self) -> ShellOptIfaceConfig
fn clone(&self) -> ShellOptIfaceConfig
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 ShellOptIfaceConfig
impl Debug for ShellOptIfaceConfig
Source§impl Default for ShellOptIfaceConfig
impl Default for ShellOptIfaceConfig
Source§fn default() -> ShellOptIfaceConfig
fn default() -> ShellOptIfaceConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for ShellOptIfaceConfig
impl PartialEq for ShellOptIfaceConfig
impl Copy for ShellOptIfaceConfig
impl Eq for ShellOptIfaceConfig
impl StructuralPartialEq for ShellOptIfaceConfig
Auto Trait Implementations§
impl Freeze for ShellOptIfaceConfig
impl RefUnwindSafe for ShellOptIfaceConfig
impl Send for ShellOptIfaceConfig
impl Sync for ShellOptIfaceConfig
impl Unpin for ShellOptIfaceConfig
impl UnwindSafe for ShellOptIfaceConfig
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