pub struct K8Config {
pub coax_out_src: ShellCoaxOutPairSrc,
pub standalone_src: ShellStandaloneClockSource,
pub standalone_rate: TcKonnektStandaloneClockRate,
}Expand description
Configuration.
Fields§
§coax_out_src: ShellCoaxOutPairSrcSource of coaxial output.
standalone_src: ShellStandaloneClockSourceSource of sampling clock at standalone mode.
standalone_rate: TcKonnektStandaloneClockRateRate of sampling clock at standalone mode.
Trait Implementations§
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<ShellStandaloneClockSource> for K8Config
impl AsMut<ShellStandaloneClockSource> for K8Config
Source§fn as_mut(&mut self) -> &mut ShellStandaloneClockSource
fn as_mut(&mut self) -> &mut ShellStandaloneClockSource
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<TcKonnektStandaloneClockRate> for K8Config
impl AsMut<TcKonnektStandaloneClockRate> for K8Config
Source§fn as_mut(&mut self) -> &mut TcKonnektStandaloneClockRate
fn as_mut(&mut self) -> &mut TcKonnektStandaloneClockRate
Converts this type into a mutable 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<ShellStandaloneClockSource> for K8Config
impl AsRef<ShellStandaloneClockSource> for K8Config
Source§fn as_ref(&self) -> &ShellStandaloneClockSource
fn as_ref(&self) -> &ShellStandaloneClockSource
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<TcKonnektStandaloneClockRate> for K8Config
impl AsRef<TcKonnektStandaloneClockRate> for K8Config
Source§fn as_ref(&self) -> &TcKonnektStandaloneClockRate
fn as_ref(&self) -> &TcKonnektStandaloneClockRate
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl TcKonnektMutableSegmentOperation<K8Config> for K8Protocol
impl TcKonnektMutableSegmentOperation<K8Config> for K8Protocol
Source§impl TcKonnektNotifiedSegmentOperation<K8Config> for K8Protocol
impl TcKonnektNotifiedSegmentOperation<K8Config> for K8Protocol
const NOTIFY_FLAG: u32 = 131_072u32
Source§fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
Check message to be notified or not.
Source§impl TcKonnektSegmentSerdes<K8Config> for K8Protocol
impl TcKonnektSegmentSerdes<K8Config> for K8Protocol
impl Copy for K8Config
impl Eq for K8Config
impl StructuralPartialEq for K8Config
Auto Trait Implementations§
impl Freeze for K8Config
impl RefUnwindSafe for K8Config
impl Send for K8Config
impl Sync for K8Config
impl Unpin for K8Config
impl UnwindSafe for K8Config
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