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: ShellOptOutputSrcTrait 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 copy 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
source§fn eq(&self, other: &ShellOptIfaceConfig) -> bool
fn eq(&self, other: &ShellOptIfaceConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ShellOptIfaceConfig
impl Eq for ShellOptIfaceConfig
impl StructuralEq for ShellOptIfaceConfig
impl StructuralPartialEq for ShellOptIfaceConfig
Auto Trait Implementations§
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