pub struct SysBattery;Expand description
Production battery: reads /sys/class/power_supply/*/capacity.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysBattery
impl RefUnwindSafe for SysBattery
impl Send for SysBattery
impl Sync for SysBattery
impl Unpin for SysBattery
impl UnsafeUnpin for SysBattery
impl UnwindSafe for SysBattery
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