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