pub struct F828OutputParameters(pub bool);Expand description
The parameter of output for 828.
Tuple Fields§
§0: boolTrait Implementations§
Source§impl Clone for F828OutputParameters
impl Clone for F828OutputParameters
Source§fn clone(&self) -> F828OutputParameters
fn clone(&self) -> F828OutputParameters
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 F828OutputParameters
impl Debug for F828OutputParameters
Source§impl Default for F828OutputParameters
impl Default for F828OutputParameters
Source§fn default() -> F828OutputParameters
fn default() -> F828OutputParameters
Returns the “default value” for a type. Read more
Source§impl MotuWhollyCacheableParamsOperation<F828OutputParameters> for F828Protocol
impl MotuWhollyCacheableParamsOperation<F828OutputParameters> for F828Protocol
Source§fn cache_wholly(
req: &mut FwReq,
node: &mut FwNode,
params: &mut F828OutputParameters,
timeout_ms: u32,
) -> Result<(), Error>
fn cache_wholly( req: &mut FwReq, node: &mut FwNode, params: &mut F828OutputParameters, timeout_ms: u32, ) -> Result<(), Error>
Cache whole parameters.
Source§impl MotuWhollyUpdatableParamsOperation<F828OutputParameters> for F828Protocol
impl MotuWhollyUpdatableParamsOperation<F828OutputParameters> for F828Protocol
Source§fn update_wholly(
req: &mut FwReq,
node: &mut FwNode,
params: &F828OutputParameters,
timeout_ms: u32,
) -> Result<(), Error>
fn update_wholly( req: &mut FwReq, node: &mut FwNode, params: &F828OutputParameters, timeout_ms: u32, ) -> Result<(), Error>
Update whole parameters.
Source§impl PartialEq for F828OutputParameters
impl PartialEq for F828OutputParameters
impl Copy for F828OutputParameters
impl Eq for F828OutputParameters
impl StructuralPartialEq for F828OutputParameters
Auto Trait Implementations§
impl Freeze for F828OutputParameters
impl RefUnwindSafe for F828OutputParameters
impl Send for F828OutputParameters
impl Sync for F828OutputParameters
impl Unpin for F828OutputParameters
impl UnwindSafe for F828OutputParameters
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