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