#[repr(C)]pub struct NotificationMessageDataSound {
pub frequency: f32,
pub volume: f32,
}
Fields§
§frequency: f32
§volume: f32
Trait Implementations§
Source§impl Clone for NotificationMessageDataSound
impl Clone for NotificationMessageDataSound
Source§fn clone(&self) -> NotificationMessageDataSound
fn clone(&self) -> NotificationMessageDataSound
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 NotificationMessageDataSound
impl Debug for NotificationMessageDataSound
impl Copy for NotificationMessageDataSound
Auto Trait Implementations§
impl Freeze for NotificationMessageDataSound
impl RefUnwindSafe for NotificationMessageDataSound
impl Send for NotificationMessageDataSound
impl Sync for NotificationMessageDataSound
impl Unpin for NotificationMessageDataSound
impl UnwindSafe for NotificationMessageDataSound
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