Struct flipperzero_sys::FuriHalRegion
source · [−]#[repr(C)]pub struct FuriHalRegion {
pub country_code: [c_char; 4],
pub bands_count: u16,
pub bands: __IncompleteArrayField<FuriHalRegionBand>,
}Fields
country_code: [c_char; 4]bands_count: u16bands: __IncompleteArrayField<FuriHalRegionBand>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FuriHalRegion
impl Send for FuriHalRegion
impl Sync for FuriHalRegion
impl Unpin for FuriHalRegion
impl UnwindSafe for FuriHalRegion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more