Struct gilrs::ff::Replay [] [src]

#[repr(C)]
pub struct Replay { pub length: u16, pub delay: u16, }

Defines scheduling of the force-feedback effect

Fields

Trait Implementations

impl Copy for Replay
[src]

impl Clone for Replay
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Replay
[src]

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

This method tests for !=.

impl Debug for Replay
[src]

Formats the value using the given formatter.

impl Default for Replay
[src]

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