Fields
frequency: f32volume: f32Trait Implementations
sourceimpl Clone for NotificationMessageDataSound
impl Clone for NotificationMessageDataSound
sourcefn clone(&self) -> NotificationMessageDataSound
fn clone(&self) -> NotificationMessageDataSound
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NotificationMessageDataSound
impl Debug for NotificationMessageDataSound
impl Copy for NotificationMessageDataSound
Auto Trait Implementations
impl RefUnwindSafe for NotificationMessageDataSound
impl Send for NotificationMessageDataSound
impl Sync for NotificationMessageDataSound
impl Unpin for NotificationMessageDataSound
impl UnwindSafe for NotificationMessageDataSound
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more