pub struct ClockNameDisplayParameters(pub String);
Expand description
Parameters of clock name in LCD display.
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for ClockNameDisplayParameters
impl Clone for ClockNameDisplayParameters
Source§fn clone(&self) -> ClockNameDisplayParameters
fn clone(&self) -> ClockNameDisplayParameters
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 ClockNameDisplayParameters
impl Debug for ClockNameDisplayParameters
Source§impl Default for ClockNameDisplayParameters
impl Default for ClockNameDisplayParameters
Source§fn default() -> ClockNameDisplayParameters
fn default() -> ClockNameDisplayParameters
Returns the “default value” for a type. Read more
impl Eq for ClockNameDisplayParameters
impl StructuralPartialEq for ClockNameDisplayParameters
Auto Trait Implementations§
impl Freeze for ClockNameDisplayParameters
impl RefUnwindSafe for ClockNameDisplayParameters
impl Send for ClockNameDisplayParameters
impl Sync for ClockNameDisplayParameters
impl Unpin for ClockNameDisplayParameters
impl UnwindSafe for ClockNameDisplayParameters
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> MotuWhollyUpdatableParamsOperation<ClockNameDisplayParameters> for Owhere
O: MotuClockNameDisplaySpecification,
impl<O> MotuWhollyUpdatableParamsOperation<ClockNameDisplayParameters> for Owhere
O: MotuClockNameDisplaySpecification,
Source§fn update_wholly(
req: &mut FwReq,
node: &mut FwNode,
params: &ClockNameDisplayParameters,
timeout_ms: u32,
) -> Result<(), Error>
fn update_wholly( req: &mut FwReq, node: &mut FwNode, params: &ClockNameDisplayParameters, timeout_ms: u32, ) -> Result<(), Error>
Update whole parameters.