pub struct Version3ClockParameters {
pub rate: ClkRate,
pub source: V3ClkSrc,
}
Expand description
The parameters of media and sampling clock.
Fields§
§rate: ClkRate
The rate of media clock.
source: V3ClkSrc
The source of sampling clock.
Trait Implementations§
Source§impl Clone for Version3ClockParameters
impl Clone for Version3ClockParameters
Source§fn clone(&self) -> Version3ClockParameters
fn clone(&self) -> Version3ClockParameters
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 Version3ClockParameters
impl Debug for Version3ClockParameters
Source§impl Default for Version3ClockParameters
impl Default for Version3ClockParameters
Source§fn default() -> Version3ClockParameters
fn default() -> Version3ClockParameters
Returns the “default value” for a type. Read more
Source§impl PartialEq for Version3ClockParameters
impl PartialEq for Version3ClockParameters
impl Copy for Version3ClockParameters
impl Eq for Version3ClockParameters
impl StructuralPartialEq for Version3ClockParameters
Auto Trait Implementations§
impl Freeze for Version3ClockParameters
impl RefUnwindSafe for Version3ClockParameters
impl Send for Version3ClockParameters
impl Sync for Version3ClockParameters
impl Unpin for Version3ClockParameters
impl UnwindSafe for Version3ClockParameters
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<O> MotuWhollyCacheableParamsOperation<Version3ClockParameters> for Owhere
O: MotuVersion3ClockSpecification,
impl<O> MotuWhollyCacheableParamsOperation<Version3ClockParameters> for Owhere
O: MotuVersion3ClockSpecification,
Source§fn cache_wholly(
req: &mut FwReq,
node: &mut FwNode,
params: &mut Version3ClockParameters,
timeout_ms: u32,
) -> Result<(), Error>
fn cache_wholly( req: &mut FwReq, node: &mut FwNode, params: &mut Version3ClockParameters, timeout_ms: u32, ) -> Result<(), Error>
Cache whole parameters.
Source§impl<O> MotuWhollyUpdatableParamsOperation<Version3ClockParameters> for Owhere
O: MotuVersion3ClockSpecification,
impl<O> MotuWhollyUpdatableParamsOperation<Version3ClockParameters> for Owhere
O: MotuVersion3ClockSpecification,
Source§fn update_wholly(
req: &mut FwReq,
node: &mut FwNode,
params: &Version3ClockParameters,
timeout_ms: u32,
) -> Result<(), Error>
fn update_wholly( req: &mut FwReq, node: &mut FwNode, params: &Version3ClockParameters, timeout_ms: u32, ) -> Result<(), Error>
Update whole parameters.