pub struct Fca610ClkProtocol;
Expand description

The protocol implementation for media and sampling clock of FCA 610.

Trait Implementations§

source§

impl Debug for Fca610ClkProtocol

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Fca610ClkProtocol

source§

fn default() -> Fca610ClkProtocol

Returns the “default value” for a type. Read more
source§

impl MediaClockFrequencyOperation for Fca610ClkProtocol

source§

const FREQ_LIST: &'static [u32] = _

The list of supported frequencies.
source§

fn cache_freq( avc: &BebobAvc, params: &mut MediaClockParameters, timeout_ms: u32 ) -> Result<(), Error>

Cache the state of media clock to the parameters.
source§

fn update_freq( avc: &BebobAvc, params: &MediaClockParameters, old: &mut MediaClockParameters, timeout_ms: u32 ) -> Result<(), Error>

Update the hardware by the given parameter. This operation can involve INTERIM AV/C response to expand response time of AV/C transaction.
source§

impl SamplingClockSourceOperation for Fca610ClkProtocol

source§

const DST: SignalAddr = _

The destination plug address for source signal.
source§

const SRC_LIST: &'static [SignalAddr] = _

The list of supported sources expressed by plug address.
source§

fn cache_src( avc: &BebobAvc, params: &mut SamplingClockParameters, timeout_ms: u32 ) -> Result<(), Error>

Cache the state of sampling clock to the parameters.
source§

fn update_src( avc: &BebobAvc, params: &SamplingClockParameters, old: &mut SamplingClockParameters, timeout_ms: u32 ) -> Result<(), Error>

Update the hardware by the given parameter. This operation can involve INTERIM AV/C response to expand response time of AV/C transaction.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

§

fn vzip(self) -> V