#[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: boolTrait Implementations§
Source§impl Clone for FFCPUOptions
impl Clone for FFCPUOptions
Source§fn clone(&self) -> FFCPUOptions
fn clone(&self) -> FFCPUOptions
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 FFCPUOptions
Auto Trait Implementations§
impl !Send for FFCPUOptions
impl !Sync for FFCPUOptions
impl Freeze for FFCPUOptions
impl RefUnwindSafe for FFCPUOptions
impl Unpin for FFCPUOptions
impl UnsafeUnpin 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