#[repr(C)]pub struct NotificationMessageDataForcedSettings {
pub speaker_volume: f32,
pub vibro: bool,
pub display_brightness: f32,
}Fields
speaker_volume: f32vibro: booldisplay_brightness: f32Trait Implementations
sourceimpl Clone for NotificationMessageDataForcedSettings
impl Clone for NotificationMessageDataForcedSettings
sourcefn clone(&self) -> NotificationMessageDataForcedSettings
fn clone(&self) -> NotificationMessageDataForcedSettings
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 moreimpl Copy for NotificationMessageDataForcedSettings
Auto Trait Implementations
impl RefUnwindSafe for NotificationMessageDataForcedSettings
impl Send for NotificationMessageDataForcedSettings
impl Sync for NotificationMessageDataForcedSettings
impl Unpin for NotificationMessageDataForcedSettings
impl UnwindSafe for NotificationMessageDataForcedSettings
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