pub struct ItwinReverbMeter(pub ReverbMeter);Expand description
Hardware metering for reverb effect.
Tuple Fields§
§0: ReverbMeterTrait Implementations§
Source§impl AsMut<ReverbMeter> for ItwinReverbMeter
impl AsMut<ReverbMeter> for ItwinReverbMeter
Source§fn as_mut(&mut self) -> &mut ReverbMeter
fn as_mut(&mut self) -> &mut ReverbMeter
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ReverbMeter> for ItwinReverbMeter
impl AsRef<ReverbMeter> for ItwinReverbMeter
Source§fn as_ref(&self) -> &ReverbMeter
fn as_ref(&self) -> &ReverbMeter
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ItwinReverbMeter
impl Clone for ItwinReverbMeter
Source§fn clone(&self) -> ItwinReverbMeter
fn clone(&self) -> ItwinReverbMeter
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 ItwinReverbMeter
impl Debug for ItwinReverbMeter
Source§impl Default for ItwinReverbMeter
impl Default for ItwinReverbMeter
Source§fn default() -> ItwinReverbMeter
fn default() -> ItwinReverbMeter
Returns the “default value” for a type. Read more
Source§impl PartialEq for ItwinReverbMeter
impl PartialEq for ItwinReverbMeter
Source§impl TcKonnektSegmentSerdes<ItwinReverbMeter> for ItwinProtocol
impl TcKonnektSegmentSerdes<ItwinReverbMeter> for ItwinProtocol
impl Copy for ItwinReverbMeter
impl Eq for ItwinReverbMeter
impl StructuralPartialEq for ItwinReverbMeter
Auto Trait Implementations§
impl Freeze for ItwinReverbMeter
impl RefUnwindSafe for ItwinReverbMeter
impl Send for ItwinReverbMeter
impl Sync for ItwinReverbMeter
impl Unpin for ItwinReverbMeter
impl UnwindSafe for ItwinReverbMeter
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