pub struct DynamicsElementState {
pub band_states: Vec<DynamicsBandState>,
}
Fields§
§band_states: Vec<DynamicsBandState>
Trait Implementations§
Source§impl Clone for DynamicsElementState
impl Clone for DynamicsElementState
Source§fn clone(&self) -> DynamicsElementState
fn clone(&self) -> DynamicsElementState
Returns a copy 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 DynamicsElementState
impl Debug for DynamicsElementState
Source§impl From<DynamicsElementState> for DynamicsElementState
impl From<DynamicsElementState> for DynamicsElementState
Source§fn from(value: DynamicsElementState) -> Self
fn from(value: DynamicsElementState) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DynamicsElementState
impl PartialEq for DynamicsElementState
impl StructuralPartialEq for DynamicsElementState
Auto Trait Implementations§
impl Freeze for DynamicsElementState
impl RefUnwindSafe for DynamicsElementState
impl Send for DynamicsElementState
impl Sync for DynamicsElementState
impl Unpin for DynamicsElementState
impl UnwindSafe for DynamicsElementState
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)