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