#[repr(C)]pub union ff_effect__bindgen_ty_1 {
pub constant: ff_constant_effect,
pub ramp: ff_ramp_effect,
pub periodic: ff_periodic_effect,
pub condition: [ff_condition_effect; 2],
pub rumble: ff_rumble_effect,
}Fields§
§constant: ff_constant_effect§ramp: ff_ramp_effect§periodic: ff_periodic_effect§condition: [ff_condition_effect; 2]§rumble: ff_rumble_effectTrait Implementations§
Source§impl Clone for ff_effect__bindgen_ty_1
impl Clone for ff_effect__bindgen_ty_1
Source§fn clone(&self) -> ff_effect__bindgen_ty_1
fn clone(&self) -> ff_effect__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ff_effect__bindgen_ty_1
impl Default for ff_effect__bindgen_ty_1
Source§fn default() -> ff_effect__bindgen_ty_1
fn default() -> ff_effect__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for ff_effect__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for ff_effect__bindgen_ty_1
impl RefUnwindSafe for ff_effect__bindgen_ty_1
impl Send for ff_effect__bindgen_ty_1
impl Sync for ff_effect__bindgen_ty_1
impl Unpin for ff_effect__bindgen_ty_1
impl UnwindSafe for ff_effect__bindgen_ty_1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more