pub struct SysFrontlight { /* private fields */ }Expand description
Production frontlight: reads/writes real sysfs brightness files.
Implementations§
Source§impl SysFrontlight
impl SysFrontlight
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysFrontlight
impl RefUnwindSafe for SysFrontlight
impl Send for SysFrontlight
impl Sync for SysFrontlight
impl Unpin for SysFrontlight
impl UnsafeUnpin for SysFrontlight
impl UnwindSafe for SysFrontlight
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