Searched defs:WPError (Results 1 – 1 of 1) sorted by relevance
306 pub enum WPError { enum319 impl From<libflashrom_sys::flashrom_wp_result> for WPError { implementation353 impl fmt::Display for WPError { implementation359 impl error::Error for WPError {} implementation590 pub fn get_wp(&mut self) -> std::result::Result<WriteProtectCfg, WPError> { in get_wp() argument601 pub fn set_wp(&mut self, wp: &WriteProtectCfg) -> std::result::Result<(), WPError> { in set_wp() argument615 pub fn get_wp_ranges(&mut self) -> std::result::Result<Vec<Range>, WPError> { in get_wp_ranges() argument