pub struct ItwinReverbState(pub ReverbState);
Expand description
Configuration for reverb effect.
Tuple Fields§
§0: ReverbState
Trait Implementations§
Source§impl AsMut<ReverbState> for ItwinReverbState
impl AsMut<ReverbState> for ItwinReverbState
Source§fn as_mut(&mut self) -> &mut ReverbState
fn as_mut(&mut self) -> &mut ReverbState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ReverbState> for ItwinReverbState
impl AsRef<ReverbState> for ItwinReverbState
Source§fn as_ref(&self) -> &ReverbState
fn as_ref(&self) -> &ReverbState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ItwinReverbState
impl Clone for ItwinReverbState
Source§fn clone(&self) -> ItwinReverbState
fn clone(&self) -> ItwinReverbState
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 ItwinReverbState
impl Debug for ItwinReverbState
Source§impl Default for ItwinReverbState
impl Default for ItwinReverbState
Source§fn default() -> ItwinReverbState
fn default() -> ItwinReverbState
Returns the “default value” for a type. Read more
Source§impl PartialEq for ItwinReverbState
impl PartialEq for ItwinReverbState
Source§impl TcKonnektMutableSegmentOperation<ItwinReverbState> for ItwinProtocol
impl TcKonnektMutableSegmentOperation<ItwinReverbState> for ItwinProtocol
Source§impl TcKonnektNotifiedSegmentOperation<ItwinReverbState> for ItwinProtocol
impl TcKonnektNotifiedSegmentOperation<ItwinReverbState> for ItwinProtocol
const NOTIFY_FLAG: u32 = 524_288u32
Source§fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
Check message to be notified or not.
Source§impl TcKonnektSegmentSerdes<ItwinReverbState> for ItwinProtocol
impl TcKonnektSegmentSerdes<ItwinReverbState> for ItwinProtocol
impl Copy for ItwinReverbState
impl Eq for ItwinReverbState
impl StructuralPartialEq for ItwinReverbState
Auto Trait Implementations§
impl Freeze for ItwinReverbState
impl RefUnwindSafe for ItwinReverbState
impl Send for ItwinReverbState
impl Sync for ItwinReverbState
impl Unpin for ItwinReverbState
impl UnwindSafe for ItwinReverbState
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