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