#[repr(u8)]pub enum DfsRegion {
None = 0,
FCC = 1,
ETSI = 2,
JP = 3,
}Expand description
Dfs region Definiton
Variants§
Trait Implementations§
Source§impl Ord for DfsRegion
impl Ord for DfsRegion
Source§impl PartialOrd for DfsRegion
impl PartialOrd for DfsRegion
impl Copy for DfsRegion
impl Eq for DfsRegion
impl StructuralPartialEq for DfsRegion
Auto Trait Implementations§
impl Freeze for DfsRegion
impl RefUnwindSafe for DfsRegion
impl Send for DfsRegion
impl Sync for DfsRegion
impl Unpin for DfsRegion
impl UnsafeUnpin for DfsRegion
impl UnwindSafe for DfsRegion
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