pub struct ShellCoaxOutPairSrc(pub ShellPhysOutSrc);Expand description
Source of coaxial output interface.
Tuple Fields§
§0: ShellPhysOutSrcTrait Implementations§
source§impl AsMut<ShellCoaxOutPairSrc> for K24dConfig
impl AsMut<ShellCoaxOutPairSrc> for K24dConfig
source§fn as_mut(&mut self) -> &mut ShellCoaxOutPairSrc
fn as_mut(&mut self) -> &mut ShellCoaxOutPairSrc
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsMut<ShellCoaxOutPairSrc> for K8Config
impl AsMut<ShellCoaxOutPairSrc> for K8Config
source§fn as_mut(&mut self) -> &mut ShellCoaxOutPairSrc
fn as_mut(&mut self) -> &mut ShellCoaxOutPairSrc
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsMut<ShellCoaxOutPairSrc> for KliveConfig
impl AsMut<ShellCoaxOutPairSrc> for KliveConfig
source§fn as_mut(&mut self) -> &mut ShellCoaxOutPairSrc
fn as_mut(&mut self) -> &mut ShellCoaxOutPairSrc
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<ShellCoaxOutPairSrc> for K24dConfig
impl AsRef<ShellCoaxOutPairSrc> for K24dConfig
source§fn as_ref(&self) -> &ShellCoaxOutPairSrc
fn as_ref(&self) -> &ShellCoaxOutPairSrc
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<ShellCoaxOutPairSrc> for K8Config
impl AsRef<ShellCoaxOutPairSrc> for K8Config
source§fn as_ref(&self) -> &ShellCoaxOutPairSrc
fn as_ref(&self) -> &ShellCoaxOutPairSrc
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<ShellCoaxOutPairSrc> for KliveConfig
impl AsRef<ShellCoaxOutPairSrc> for KliveConfig
source§fn as_ref(&self) -> &ShellCoaxOutPairSrc
fn as_ref(&self) -> &ShellCoaxOutPairSrc
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for ShellCoaxOutPairSrc
impl Clone for ShellCoaxOutPairSrc
source§fn clone(&self) -> ShellCoaxOutPairSrc
fn clone(&self) -> ShellCoaxOutPairSrc
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 ShellCoaxOutPairSrc
impl Debug for ShellCoaxOutPairSrc
source§impl Default for ShellCoaxOutPairSrc
impl Default for ShellCoaxOutPairSrc
source§fn default() -> ShellCoaxOutPairSrc
fn default() -> ShellCoaxOutPairSrc
Returns the “default value” for a type. Read more
source§impl PartialEq for ShellCoaxOutPairSrc
impl PartialEq for ShellCoaxOutPairSrc
source§fn eq(&self, other: &ShellCoaxOutPairSrc) -> bool
fn eq(&self, other: &ShellCoaxOutPairSrc) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ShellCoaxOutPairSrc
impl Eq for ShellCoaxOutPairSrc
impl StructuralEq for ShellCoaxOutPairSrc
impl StructuralPartialEq for ShellCoaxOutPairSrc
Auto Trait Implementations§
impl RefUnwindSafe for ShellCoaxOutPairSrc
impl Send for ShellCoaxOutPairSrc
impl Sync for ShellCoaxOutPairSrc
impl Unpin for ShellCoaxOutPairSrc
impl UnwindSafe for ShellCoaxOutPairSrc
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