Struct libc::ff_replay
[−]
[src]
#[repr(C)]pub struct ff_replay { pub length: __u16, pub delay: __u16, }
Fields
length: __u16
delay: __u16
Trait Implementations
impl Copy for ff_replay
[src]
impl Clone for ff_replay
[src]
fn clone(&self) -> ff_replay
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more