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