pub struct WlanBand { /* private fields */ }Expand description
The wire type corresponding to WlanBand.
Implementations§
Trait Implementations§
Source§impl<'a, ___E> Encode<WlanBand, ___E> for &'a WlanBandwhere
___E: ?Sized,
impl<'a, ___E> Encode<WlanBand, ___E> for &'a WlanBandwhere
___E: ?Sized,
Source§impl<___E> Encode<WlanBand, ___E> for WlanBandwhere
___E: ?Sized,
impl<___E> Encode<WlanBand, ___E> for WlanBandwhere
___E: ?Sized,
Source§impl FromWireRef<WlanBand> for WlanBand
impl FromWireRef<WlanBand> for WlanBand
Source§fn from_wire_ref(wire: &WlanBand) -> Self
fn from_wire_ref(wire: &WlanBand) -> Self
Converts the given reference to this type.
Source§impl Wire for WlanBand
impl Wire for WlanBand
Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for WlanBand
impl Eq for WlanBand
impl StructuralPartialEq for WlanBand
Auto Trait Implementations§
impl Freeze for WlanBand
impl RefUnwindSafe for WlanBand
impl Send for WlanBand
impl Sync for WlanBand
impl Unpin for WlanBand
impl UnsafeUnpin for WlanBand
impl UnwindSafe for WlanBand
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]