#[repr(C)]pub struct WlanPhyImplGetTxPowerScenarioResponse {
pub scenario: TxPowerScenario,
}Expand description
The wire type corresponding to WlanPhyImplGetTxPowerScenarioResponse.
Fields§
§scenario: TxPowerScenarioTrait Implementations§
Source§impl Clone for WlanPhyImplGetTxPowerScenarioResponse
impl Clone for WlanPhyImplGetTxPowerScenarioResponse
Source§fn clone(&self) -> WlanPhyImplGetTxPowerScenarioResponse
fn clone(&self) -> WlanPhyImplGetTxPowerScenarioResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Constrained for WlanPhyImplGetTxPowerScenarioResponse
impl Constrained for WlanPhyImplGetTxPowerScenarioResponse
Source§impl<___D> Decode<___D> for WlanPhyImplGetTxPowerScenarioResponsewhere
___D: InternalHandleDecoder + ?Sized,
impl<___D> Decode<___D> for WlanPhyImplGetTxPowerScenarioResponsewhere
___D: InternalHandleDecoder + ?Sized,
Source§impl<'a, ___E> Encode<WlanPhyImplGetTxPowerScenarioResponse, ___E> for &'a WlanPhyImplGetTxPowerScenarioResponsewhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<WlanPhyImplGetTxPowerScenarioResponse, ___E> for &'a WlanPhyImplGetTxPowerScenarioResponsewhere
___E: InternalHandleEncoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<WlanPhyImplGetTxPowerScenarioResponse>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<WlanPhyImplGetTxPowerScenarioResponse>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E> Encode<WlanPhyImplGetTxPowerScenarioResponse, ___E> for WlanPhyImplGetTxPowerScenarioResponsewhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<WlanPhyImplGetTxPowerScenarioResponse, ___E> for WlanPhyImplGetTxPowerScenarioResponsewhere
___E: InternalHandleEncoder + ?Sized,
Source§const COPY_OPTIMIZATION: CopyOptimization<Self, WlanPhyImplGetTxPowerScenarioResponse>
const COPY_OPTIMIZATION: CopyOptimization<Self, WlanPhyImplGetTxPowerScenarioResponse>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<WlanPhyImplGetTxPowerScenarioResponse>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<WlanPhyImplGetTxPowerScenarioResponse>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
Source§impl<___E, T0> Encode<WlanPhyImplGetTxPowerScenarioResponse, ___E> for WlanPhyImplGetTxPowerScenarioResponse<T0>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<TxPowerScenario, ___E>,
impl<___E, T0> Encode<WlanPhyImplGetTxPowerScenarioResponse, ___E> for WlanPhyImplGetTxPowerScenarioResponse<T0>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<TxPowerScenario, ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<WlanPhyImplGetTxPowerScenarioResponse>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<WlanPhyImplGetTxPowerScenarioResponse>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl FromWire<WlanPhyImplGetTxPowerScenarioResponse> for WlanPhyImplGetTxPowerScenarioResponse
impl FromWire<WlanPhyImplGetTxPowerScenarioResponse> for WlanPhyImplGetTxPowerScenarioResponse
Source§const COPY_OPTIMIZATION: CopyOptimization<WlanPhyImplGetTxPowerScenarioResponse, Self>
const COPY_OPTIMIZATION: CopyOptimization<WlanPhyImplGetTxPowerScenarioResponse, Self>
Source§fn from_wire(wire: WlanPhyImplGetTxPowerScenarioResponse) -> Self
fn from_wire(wire: WlanPhyImplGetTxPowerScenarioResponse) -> Self
Converts the given owned value to this type.
Source§impl FromWireRef<WlanPhyImplGetTxPowerScenarioResponse> for WlanPhyImplGetTxPowerScenarioResponse
impl FromWireRef<WlanPhyImplGetTxPowerScenarioResponse> for WlanPhyImplGetTxPowerScenarioResponse
Source§fn from_wire_ref(wire: &WlanPhyImplGetTxPowerScenarioResponse) -> Self
fn from_wire_ref(wire: &WlanPhyImplGetTxPowerScenarioResponse) -> Self
Converts the given reference to this type.
Source§impl IntoNatural for WlanPhyImplGetTxPowerScenarioResponse
impl IntoNatural for WlanPhyImplGetTxPowerScenarioResponse
Source§type Natural = WlanPhyImplGetTxPowerScenarioResponse
type Natural = WlanPhyImplGetTxPowerScenarioResponse
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl Wire for WlanPhyImplGetTxPowerScenarioResponse
impl Wire for WlanPhyImplGetTxPowerScenarioResponse
Source§type Narrowed<'de> = WlanPhyImplGetTxPowerScenarioResponse
type Narrowed<'de> = WlanPhyImplGetTxPowerScenarioResponse
The narrowed wire type, restricted to the
'de lifetime.Source§fn zero_padding(out_: &mut MaybeUninit<Self>)
fn zero_padding(out_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl Freeze for WlanPhyImplGetTxPowerScenarioResponse
impl RefUnwindSafe for WlanPhyImplGetTxPowerScenarioResponse
impl Send for WlanPhyImplGetTxPowerScenarioResponse
impl Sync for WlanPhyImplGetTxPowerScenarioResponse
impl Unpin for WlanPhyImplGetTxPowerScenarioResponse
impl UnsafeUnpin for WlanPhyImplGetTxPowerScenarioResponse
impl UnwindSafe for WlanPhyImplGetTxPowerScenarioResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]