pub struct ItwinMixerMeter(pub ShellMixerMeter);Expand description
Hardware metering for mixer function.
Tuple Fields§
§0: ShellMixerMeterTrait Implementations§
Source§impl AsMut<ShellMixerMeter> for ItwinMixerMeter
impl AsMut<ShellMixerMeter> for ItwinMixerMeter
Source§fn as_mut(&mut self) -> &mut ShellMixerMeter
fn as_mut(&mut self) -> &mut ShellMixerMeter
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ShellMixerMeter> for ItwinMixerMeter
impl AsRef<ShellMixerMeter> for ItwinMixerMeter
Source§fn as_ref(&self) -> &ShellMixerMeter
fn as_ref(&self) -> &ShellMixerMeter
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ItwinMixerMeter
impl Clone for ItwinMixerMeter
Source§fn clone(&self) -> ItwinMixerMeter
fn clone(&self) -> ItwinMixerMeter
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 ItwinMixerMeter
impl Debug for ItwinMixerMeter
Source§impl Default for ItwinMixerMeter
impl Default for ItwinMixerMeter
Source§impl PartialEq for ItwinMixerMeter
impl PartialEq for ItwinMixerMeter
Source§impl TcKonnektSegmentSerdes<ItwinMixerMeter> for ItwinProtocol
impl TcKonnektSegmentSerdes<ItwinMixerMeter> for ItwinProtocol
impl Eq for ItwinMixerMeter
impl StructuralPartialEq for ItwinMixerMeter
Auto Trait Implementations§
impl Freeze for ItwinMixerMeter
impl RefUnwindSafe for ItwinMixerMeter
impl Send for ItwinMixerMeter
impl Sync for ItwinMixerMeter
impl Unpin for ItwinMixerMeter
impl UnwindSafe for ItwinMixerMeter
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