#[repr(C)]pub struct NotificationMessageDataVibro {
pub on: bool,
}Fields§
§on: boolTrait Implementations§
source§impl Clone for NotificationMessageDataVibro
impl Clone for NotificationMessageDataVibro
source§fn clone(&self) -> NotificationMessageDataVibro
fn clone(&self) -> NotificationMessageDataVibro
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