pub struct DynamicsBand {
pub id: u64,
}
Fields§
§id: u64
Trait Implementations§
Source§impl Clone for DynamicsBand
impl Clone for DynamicsBand
Source§fn clone(&self) -> DynamicsBand
fn clone(&self) -> DynamicsBand
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 DynamicsBand
impl Debug for DynamicsBand
Source§impl From<DynamicsBand> for DynamicsBand
impl From<DynamicsBand> for DynamicsBand
Source§fn from(value: DynamicsBand) -> Self
fn from(value: DynamicsBand) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DynamicsBand
impl PartialEq for DynamicsBand
Source§impl TryFrom<DynamicsBand> for DynamicsBand
impl TryFrom<DynamicsBand> for DynamicsBand
impl Copy for DynamicsBand
impl Eq for DynamicsBand
impl StructuralPartialEq for DynamicsBand
Auto Trait Implementations§
impl Freeze for DynamicsBand
impl RefUnwindSafe for DynamicsBand
impl Send for DynamicsBand
impl Sync for DynamicsBand
impl Unpin for DynamicsBand
impl UnwindSafe for DynamicsBand
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
)