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