pub struct Dg00xSamplingClockParameters {
pub source: ClockSource,
}Expand description
The parameters for sampling clock.
Fields§
§source: ClockSourceThe source.
Trait Implementations§
Source§impl Clone for Dg00xSamplingClockParameters
impl Clone for Dg00xSamplingClockParameters
Source§fn clone(&self) -> Dg00xSamplingClockParameters
fn clone(&self) -> Dg00xSamplingClockParameters
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 Dg00xSamplingClockParameters
impl Debug for Dg00xSamplingClockParameters
Source§impl Default for Dg00xSamplingClockParameters
impl Default for Dg00xSamplingClockParameters
Source§fn default() -> Dg00xSamplingClockParameters
fn default() -> Dg00xSamplingClockParameters
Returns the “default value” for a type. Read more
Source§impl PartialEq for Dg00xSamplingClockParameters
impl PartialEq for Dg00xSamplingClockParameters
Source§fn eq(&self, other: &Dg00xSamplingClockParameters) -> bool
fn eq(&self, other: &Dg00xSamplingClockParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Dg00xSamplingClockParameters
impl Eq for Dg00xSamplingClockParameters
impl StructuralPartialEq for Dg00xSamplingClockParameters
Auto Trait Implementations§
impl Freeze for Dg00xSamplingClockParameters
impl RefUnwindSafe for Dg00xSamplingClockParameters
impl Send for Dg00xSamplingClockParameters
impl Sync for Dg00xSamplingClockParameters
impl Unpin for Dg00xSamplingClockParameters
impl UnwindSafe for Dg00xSamplingClockParameters
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