pub struct OxfwOutputMuteParams(pub bool);
Expand description
Parameters of mute for output.
Tuple Fields§
§0: bool
Trait Implementations§
Source§impl Clone for OxfwOutputMuteParams
impl Clone for OxfwOutputMuteParams
Source§fn clone(&self) -> OxfwOutputMuteParams
fn clone(&self) -> OxfwOutputMuteParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OxfwOutputMuteParams
impl Debug for OxfwOutputMuteParams
Source§impl Default for OxfwOutputMuteParams
impl Default for OxfwOutputMuteParams
Source§fn default() -> OxfwOutputMuteParams
fn default() -> OxfwOutputMuteParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for OxfwOutputMuteParams
impl PartialEq for OxfwOutputMuteParams
impl Eq for OxfwOutputMuteParams
impl StructuralPartialEq for OxfwOutputMuteParams
Auto Trait Implementations§
impl Freeze for OxfwOutputMuteParams
impl RefUnwindSafe for OxfwOutputMuteParams
impl Send for OxfwOutputMuteParams
impl Sync for OxfwOutputMuteParams
impl Unpin for OxfwOutputMuteParams
impl UnwindSafe for OxfwOutputMuteParams
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, P> OxfwFcpMutableParamsOperation<P, OxfwOutputMuteParams> for O
impl<O, P> OxfwFcpMutableParamsOperation<P, OxfwOutputMuteParams> for O
Source§fn update(
avc: &mut P,
params: &OxfwOutputMuteParams,
prev: &mut OxfwOutputMuteParams,
timeout_ms: u32,
) -> Result<(), Error>
fn update( avc: &mut P, params: &OxfwOutputMuteParams, prev: &mut OxfwOutputMuteParams, timeout_ms: u32, ) -> Result<(), Error>
Update state of hardware when detecting any change between the given parameters.