#[repr(C)]pub struct FFOptionsDisplay {Show 36 fields
pub colorKeys: FFstrbuf,
pub colorTitle: FFstrbuf,
pub colorOutput: FFstrbuf,
pub colorSeparator: FFstrbuf,
pub brightColor: bool,
pub keyValueSeparator: FFstrbuf,
pub stat: i32,
pub pipe: bool,
pub showErrors: bool,
pub debugMode: bool,
pub disableLinewrap: bool,
pub hideCursor: bool,
pub sizeBinaryPrefix: FFSizeBinaryPrefixType,
pub sizeNdigits: u8,
pub sizeMaxPrefix: u8,
pub tempUnit: FFTemperatureUnit,
pub tempNdigits: u8,
pub tempColorGreen: FFstrbuf,
pub tempColorYellow: FFstrbuf,
pub tempColorRed: FFstrbuf,
pub barCharElapsed: FFstrbuf,
pub barCharTotal: FFstrbuf,
pub barBorderLeft: FFstrbuf,
pub barBorderRight: FFstrbuf,
pub barWidth: u8,
pub percentType: FFPercentageTypeFlags,
pub percentNdigits: u8,
pub percentColorGreen: FFstrbuf,
pub percentColorYellow: FFstrbuf,
pub percentColorRed: FFstrbuf,
pub noBuffer: bool,
pub keyType: FFModuleKeyType,
pub keyWidth: u16,
pub keyPaddingLeft: u16,
pub freqNdigits: i8,
pub constants: FFlist,
}
Fields§
§colorKeys: FFstrbuf
§colorTitle: FFstrbuf
§colorOutput: FFstrbuf
§colorSeparator: FFstrbuf
§brightColor: bool
§keyValueSeparator: FFstrbuf
§stat: i32
§pipe: bool
§showErrors: bool
§debugMode: bool
§disableLinewrap: bool
§hideCursor: bool
§sizeBinaryPrefix: FFSizeBinaryPrefixType
§sizeNdigits: u8
§sizeMaxPrefix: u8
§tempUnit: FFTemperatureUnit
§tempNdigits: u8
§tempColorGreen: FFstrbuf
§tempColorYellow: FFstrbuf
§tempColorRed: FFstrbuf
§barCharElapsed: FFstrbuf
§barCharTotal: FFstrbuf
§barBorderLeft: FFstrbuf
§barBorderRight: FFstrbuf
§barWidth: u8
§percentType: FFPercentageTypeFlags
§percentNdigits: u8
§percentColorGreen: FFstrbuf
§percentColorYellow: FFstrbuf
§percentColorRed: FFstrbuf
§noBuffer: bool
§keyType: FFModuleKeyType
§keyWidth: u16
§keyPaddingLeft: u16
§freqNdigits: i8
§constants: FFlist
Trait Implementations§
Source§impl Clone for FFOptionsDisplay
impl Clone for FFOptionsDisplay
Source§fn clone(&self) -> FFOptionsDisplay
fn clone(&self) -> FFOptionsDisplay
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 FFOptionsDisplay
impl Debug for FFOptionsDisplay
impl Copy for FFOptionsDisplay
Auto Trait Implementations§
impl Freeze for FFOptionsDisplay
impl RefUnwindSafe for FFOptionsDisplay
impl !Send for FFOptionsDisplay
impl !Sync for FFOptionsDisplay
impl Unpin for FFOptionsDisplay
impl UnwindSafe for FFOptionsDisplay
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