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