#[repr(C)]pub struct NotificationMessageDataSound {
pub frequency: f32,
pub volume: f32,
}Fields§
§frequency: f32§volume: f32Trait Implementations§
source§impl Clone for NotificationMessageDataSound
impl Clone for NotificationMessageDataSound
source§fn clone(&self) -> NotificationMessageDataSound
fn clone(&self) -> NotificationMessageDataSound
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 more