#[repr(C)]pub struct NotificationMessageDataForcedSettings {
pub speaker_volume: f32,
pub vibro: bool,
pub display_brightness: f32,
}Fields§
§speaker_volume: f32§vibro: bool§display_brightness: f32Trait Implementations§
source§impl Clone for NotificationMessageDataForcedSettings
impl Clone for NotificationMessageDataForcedSettings
source§fn clone(&self) -> NotificationMessageDataForcedSettings
fn clone(&self) -> NotificationMessageDataForcedSettings
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