Struct ioctl_sys::ff_replay [] [src]

pub struct ff_replay {
    pub length: u16,
    pub delay: u16,
}

Fields

length: u16 delay: u16

Trait Implementations

impl Debug for ff_replay
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

impl Copy for ff_replay
[src]

impl Default for ff_replay
[src]

fn default() -> Self

Returns the "default value" for a type. Read more