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