pub struct ChannelSwitchWrapperView<B> {
    pub new_country: Option<CountryView<B>>,
    pub wide_bandwidth_channel_switch: Option<Ref<B, WideBandwidthChannelSwitch>>,
    pub new_transmit_power_envelope: Option<TransmitPowerEnvelopeView<B>>,
}Fields§
§new_country: Option<CountryView<B>>§wide_bandwidth_channel_switch: Option<Ref<B, WideBandwidthChannelSwitch>>§new_transmit_power_envelope: Option<TransmitPowerEnvelopeView<B>>Auto Trait Implementations§
impl<B> Freeze for ChannelSwitchWrapperView<B>where
    B: Freeze,
impl<B> RefUnwindSafe for ChannelSwitchWrapperView<B>where
    B: RefUnwindSafe,
impl<B> Send for ChannelSwitchWrapperView<B>where
    B: Send,
impl<B> Sync for ChannelSwitchWrapperView<B>where
    B: Sync,
impl<B> Unpin for ChannelSwitchWrapperView<B>where
    B: Unpin,
impl<B> UnwindSafe for ChannelSwitchWrapperView<B>where
    B: UnwindSafe,
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