Struct flipperzero_sys::FuriHalRegionBand
source · #[repr(C)]pub struct FuriHalRegionBand {
pub start: u32,
pub end: u32,
pub power_limit: i8,
pub duty_cycle: u8,
}Expand description
Re-export bindings
Fields§
§start: u32§end: u32§power_limit: i8§duty_cycle: u8Trait Implementations§
source§impl Clone for FuriHalRegionBand
impl Clone for FuriHalRegionBand
source§fn clone(&self) -> FuriHalRegionBand
fn clone(&self) -> FuriHalRegionBand
Returns a copy 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 more