Struct libc_interface::ff_replay[][src]

#[repr(C)]
pub struct ff_replay { pub length: __u16, pub delay: __u16, }

Fields

Trait Implementations

impl Copy for ff_replay
[src]

impl Clone for ff_replay
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ff_replay
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ff_replay
[src]

Auto Trait Implementations

impl Send for ff_replay

impl Sync for ff_replay