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