pub struct WlanPhyImplCreateIfaceRequest {
pub role: Option<WlanMacRole>,
pub mlme_channel: Option<Channel>,
pub init_sta_addr: Option<[u8; 6]>,
}Fields§
§role: Option<WlanMacRole>§mlme_channel: Option<Channel>§init_sta_addr: Option<[u8; 6]>Trait Implementations§
Source§impl Default for WlanPhyImplCreateIfaceRequest
impl Default for WlanPhyImplCreateIfaceRequest
Source§fn default() -> WlanPhyImplCreateIfaceRequest
fn default() -> WlanPhyImplCreateIfaceRequest
Returns the “default value” for a type. Read more
Source§impl<___E> Encode<WlanPhyImplCreateIfaceRequest<'static>, ___E> for WlanPhyImplCreateIfaceRequestwhere
___E: Encoder + ?Sized + HandleEncoder,
impl<___E> Encode<WlanPhyImplCreateIfaceRequest<'static>, ___E> for WlanPhyImplCreateIfaceRequestwhere
___E: Encoder + ?Sized + HandleEncoder,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<WlanPhyImplCreateIfaceRequest<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<WlanPhyImplCreateIfaceRequest<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'de> FromWire<WlanPhyImplCreateIfaceRequest<'de>> for WlanPhyImplCreateIfaceRequest
impl<'de> FromWire<WlanPhyImplCreateIfaceRequest<'de>> for WlanPhyImplCreateIfaceRequest
Source§fn from_wire(wire_: WlanPhyImplCreateIfaceRequest<'de>) -> Self
fn from_wire(wire_: WlanPhyImplCreateIfaceRequest<'de>) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl PartialEq for WlanPhyImplCreateIfaceRequest
impl PartialEq for WlanPhyImplCreateIfaceRequest
Source§fn eq(&self, other: &WlanPhyImplCreateIfaceRequest) -> bool
fn eq(&self, other: &WlanPhyImplCreateIfaceRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WlanPhyImplCreateIfaceRequest
Auto Trait Implementations§
impl Freeze for WlanPhyImplCreateIfaceRequest
impl RefUnwindSafe for WlanPhyImplCreateIfaceRequest
impl Send for WlanPhyImplCreateIfaceRequest
impl Sync for WlanPhyImplCreateIfaceRequest
impl Unpin for WlanPhyImplCreateIfaceRequest
impl UnsafeUnpin for WlanPhyImplCreateIfaceRequest
impl UnwindSafe for WlanPhyImplCreateIfaceRequest
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
§impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§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]