pub enum ShellStandaloneClockSource {
Optical,
Coaxial,
Internal,
}
Expand description
Available source for sampling clock.
Variants§
Optical
Signal from optical input interface.
Coaxial
Signal from coaxial input interface.
Internal
Internal oscillator.
Trait Implementations§
Source§impl AsMut<ShellStandaloneClockSource> for ItwinConfig
impl AsMut<ShellStandaloneClockSource> for ItwinConfig
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<ShellStandaloneClockSource> for K24dConfig
impl AsMut<ShellStandaloneClockSource> for K24dConfig
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<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<ShellStandaloneClockSource> for KliveConfig
impl AsMut<ShellStandaloneClockSource> for KliveConfig
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 AsRef<ShellStandaloneClockSource> for ItwinConfig
impl AsRef<ShellStandaloneClockSource> for ItwinConfig
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<ShellStandaloneClockSource> for K24dConfig
impl AsRef<ShellStandaloneClockSource> for K24dConfig
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<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<ShellStandaloneClockSource> for KliveConfig
impl AsRef<ShellStandaloneClockSource> for KliveConfig
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 Clone for ShellStandaloneClockSource
impl Clone for ShellStandaloneClockSource
Source§fn clone(&self) -> ShellStandaloneClockSource
fn clone(&self) -> ShellStandaloneClockSource
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 ShellStandaloneClockSource
impl Debug for ShellStandaloneClockSource
Source§impl Default for ShellStandaloneClockSource
impl Default for ShellStandaloneClockSource
impl Copy for ShellStandaloneClockSource
impl Eq for ShellStandaloneClockSource
impl StructuralPartialEq for ShellStandaloneClockSource
Auto Trait Implementations§
impl Freeze for ShellStandaloneClockSource
impl RefUnwindSafe for ShellStandaloneClockSource
impl Send for ShellStandaloneClockSource
impl Sync for ShellStandaloneClockSource
impl Unpin for ShellStandaloneClockSource
impl UnwindSafe for ShellStandaloneClockSource
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