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