#[repr(C)]pub struct FFGamepadOptions {
pub moduleInfo: FFModuleBaseInfo,
pub moduleArgs: FFModuleArgs,
pub percent: FFPercentageModuleConfig,
}Fields§
§moduleInfo: FFModuleBaseInfo§moduleArgs: FFModuleArgs§percent: FFPercentageModuleConfigTrait Implementations§
Source§impl Clone for FFGamepadOptions
impl Clone for FFGamepadOptions
Source§fn clone(&self) -> FFGamepadOptions
fn clone(&self) -> FFGamepadOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FFGamepadOptions
Auto Trait Implementations§
impl !Send for FFGamepadOptions
impl !Sync for FFGamepadOptions
impl Freeze for FFGamepadOptions
impl RefUnwindSafe for FFGamepadOptions
impl Unpin for FFGamepadOptions
impl UnsafeUnpin for FFGamepadOptions
impl UnwindSafe for FFGamepadOptions
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