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