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