pub struct FrontlightPaths {
pub brightness: PathBuf,
pub mixer: Option<PathBuf>,
}Expand description
Frontlight sysfs paths resolved from a crate::device::config::FrontlightConfig.
Fields§
§brightness: PathBuf§mixer: Option<PathBuf>Auto Trait Implementations§
impl Freeze for FrontlightPaths
impl RefUnwindSafe for FrontlightPaths
impl Send for FrontlightPaths
impl Sync for FrontlightPaths
impl Unpin for FrontlightPaths
impl UnsafeUnpin for FrontlightPaths
impl UnwindSafe for FrontlightPaths
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