#[repr(C)]pub struct FFGamepadOptions {
pub moduleInfo: FFModuleBaseInfo,
pub moduleArgs: FFModuleArgs,
pub percent: FFPercentageModuleConfig,
}
Fields§
§moduleInfo: FFModuleBaseInfo
§moduleArgs: FFModuleArgs
§percent: FFPercentageModuleConfig
Trait Implementations§
Source§impl Clone for FFGamepadOptions
impl Clone for FFGamepadOptions
Source§fn clone(&self) -> FFGamepadOptions
fn clone(&self) -> FFGamepadOptions
Returns a copy 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 Debug for FFGamepadOptions
impl Debug for FFGamepadOptions
impl Copy for FFGamepadOptions
Auto Trait Implementations§
impl Freeze for FFGamepadOptions
impl RefUnwindSafe for FFGamepadOptions
impl !Send for FFGamepadOptions
impl !Sync for FFGamepadOptions
impl Unpin 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