pub struct ScheduledScanMatchSet<'de> { /* private fields */ }Expand description
The wire type corresponding to ScheduledScanMatchSet.
Implementations§
Source§impl<'de> ScheduledScanMatchSet<'de>
impl<'de> ScheduledScanMatchSet<'de>
pub fn ssid(&self) -> Option<&Vector<'de, u8>>
pub fn take_ssid(&mut self) -> Option<Vector<'de, u8>>
pub fn bssid(&self) -> Option<&[u8; 6]>
pub fn take_bssid(&mut self) -> Option<[u8; 6]>
pub fn min_rssi_threshold(&self) -> Option<&i8>
pub fn take_min_rssi_threshold(&mut self) -> Option<i8>
pub fn relative_rssi_threshold(&self) -> Option<&i8>
pub fn take_relative_rssi_threshold(&mut self) -> Option<i8>
pub fn band_rssi_adjustments(&self) -> Option<&Vector<'de, BandRssiAdjustment>>
pub fn take_band_rssi_adjustments( &mut self, ) -> Option<Vector<'de, BandRssiAdjustment>>
Trait Implementations§
Source§impl Constrained for ScheduledScanMatchSet<'_>
impl Constrained for ScheduledScanMatchSet<'_>
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§fn validate(
_: Slot<'_, ScheduledScanMatchSet<'_>>,
_: <ScheduledScanMatchSet<'_> as Constrained>::Constraint,
) -> Result<(), ValidationError>
fn validate( _: Slot<'_, ScheduledScanMatchSet<'_>>, _: <ScheduledScanMatchSet<'_> as Constrained>::Constraint, ) -> Result<(), ValidationError>
Validate a slot of this type against a constraint. Can be called when
pointers/envelopes are just presence markers.
Source§impl<'de> Debug for ScheduledScanMatchSet<'de>
impl<'de> Debug for ScheduledScanMatchSet<'de>
Source§impl<'de, ___D> Decode<___D> for ScheduledScanMatchSet<'de>where
___D: Decoder<'de> + ?Sized,
impl<'de, ___D> Decode<___D> for ScheduledScanMatchSet<'de>where
___D: Decoder<'de> + ?Sized,
Source§impl<'de> Drop for ScheduledScanMatchSet<'de>
impl<'de> Drop for ScheduledScanMatchSet<'de>
Source§impl<'a, ___E> Encode<ScheduledScanMatchSet<'static>, ___E> for &'a ScheduledScanMatchSetwhere
___E: Encoder + ?Sized,
impl<'a, ___E> Encode<ScheduledScanMatchSet<'static>, ___E> for &'a ScheduledScanMatchSetwhere
___E: Encoder + ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<ScheduledScanMatchSet<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<ScheduledScanMatchSet<'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<___E> Encode<ScheduledScanMatchSet<'static>, ___E> for ScheduledScanMatchSetwhere
___E: Encoder + ?Sized,
impl<___E> Encode<ScheduledScanMatchSet<'static>, ___E> for ScheduledScanMatchSetwhere
___E: Encoder + ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<ScheduledScanMatchSet<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<ScheduledScanMatchSet<'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<ScheduledScanMatchSet<'de>> for ScheduledScanMatchSet
impl<'de> FromWire<ScheduledScanMatchSet<'de>> for ScheduledScanMatchSet
Source§fn from_wire(wire_: ScheduledScanMatchSet<'de>) -> ScheduledScanMatchSet
fn from_wire(wire_: ScheduledScanMatchSet<'de>) -> ScheduledScanMatchSet
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<ScheduledScanMatchSet<'de>> for ScheduledScanMatchSet
impl<'de> FromWireRef<ScheduledScanMatchSet<'de>> for ScheduledScanMatchSet
Source§fn from_wire_ref(wire: &ScheduledScanMatchSet<'de>) -> ScheduledScanMatchSet
fn from_wire_ref(wire: &ScheduledScanMatchSet<'de>) -> ScheduledScanMatchSet
Converts the given reference to this type.
Source§impl<'de> IntoNatural for ScheduledScanMatchSet<'de>
impl<'de> IntoNatural for ScheduledScanMatchSet<'de>
Source§type Natural = ScheduledScanMatchSet
type Natural = ScheduledScanMatchSet
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 ScheduledScanMatchSet<'static>
impl Wire for ScheduledScanMatchSet<'static>
Source§type Narrowed<'de> = ScheduledScanMatchSet<'de>
type Narrowed<'de> = ScheduledScanMatchSet<'de>
The narrowed wire type, restricted to the
'de lifetime.Source§fn zero_padding(out: &mut MaybeUninit<ScheduledScanMatchSet<'static>>)
fn zero_padding(out: &mut MaybeUninit<ScheduledScanMatchSet<'static>>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl<'de> Freeze for ScheduledScanMatchSet<'de>
impl<'de> RefUnwindSafe for ScheduledScanMatchSet<'de>
impl<'de> Send for ScheduledScanMatchSet<'de>
impl<'de> Sync for ScheduledScanMatchSet<'de>
impl<'de> Unpin for ScheduledScanMatchSet<'de>
impl<'de> UnsafeUnpin for ScheduledScanMatchSet<'de>
impl<'de> !UnwindSafe for ScheduledScanMatchSet<'de>
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> 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]