#[repr(C)]pub struct FFDNSOptions {
pub moduleInfo: FFModuleBaseInfo,
pub moduleArgs: FFModuleArgs,
pub showType: FFDNSShowType,
}
Fields§
§moduleInfo: FFModuleBaseInfo
§moduleArgs: FFModuleArgs
§showType: FFDNSShowType
Trait 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 · 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 FFDNSOptions
impl Debug for FFDNSOptions
impl Copy for FFDNSOptions
Auto Trait Implementations§
impl Freeze for FFDNSOptions
impl RefUnwindSafe for FFDNSOptions
impl !Send for FFDNSOptions
impl !Sync for FFDNSOptions
impl Unpin 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