#[repr(usize)]pub enum Subband {
_1 = 1,
_2 = 2,
_3 = 3,
_4 = 4,
_5 = 5,
_6 = 6,
_7 = 7,
_8 = 8,
}Available on crate features
region-us915 or region-au915 only.Expand description
Subband definitions used to bias the join process of a fixed channel plan (ie: US915, AU915). Each Subband holds 8 channels. eg: subband 1 contains: channels 0-7, subband 2: channels 8-15, etc.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Subband
impl<'de> Deserialize<'de> for Subband
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Subband
impl Eq for Subband
impl StructuralPartialEq for Subband
Auto Trait Implementations§
impl Freeze for Subband
impl RefUnwindSafe for Subband
impl Send for Subband
impl Sync for Subband
impl Unpin for Subband
impl UnwindSafe for Subband
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