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