Struct libc::ff_trigger
source · [−]Fields
interval: __u16
Trait Implementations
sourceimpl Clone for ff_trigger
impl Clone for ff_trigger
sourcefn clone(&self) -> ff_trigger
fn clone(&self) -> ff_trigger
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ff_trigger
impl Debug for ff_trigger
sourceimpl Hash for ff_trigger
impl Hash for ff_trigger
sourceimpl PartialEq<ff_trigger> for ff_trigger
impl PartialEq<ff_trigger> for ff_trigger
sourcefn eq(&self, other: &ff_trigger) -> bool
fn eq(&self, other: &ff_trigger) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ff_trigger) -> bool
fn ne(&self, other: &ff_trigger) -> bool
This method tests for !=
.
impl Copy for ff_trigger
impl Eq for ff_trigger
impl StructuralEq for ff_trigger
impl StructuralPartialEq for ff_trigger
Auto Trait Implementations
impl RefUnwindSafe for ff_trigger
impl Send for ff_trigger
impl Sync for ff_trigger
impl Unpin for ff_trigger
impl UnwindSafe for ff_trigger
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more