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