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