Struct ctru::services::uds::NetworkScanInfo
source · pub struct NetworkScanInfo(/* private fields */);
Expand description
Information returned from scanning for networks.
Implementations§
source§impl NetworkScanInfo
impl NetworkScanInfo
sourcepub fn datareply_entry(&self) -> nwmBeaconDataReplyEntry
pub fn datareply_entry(&self) -> nwmBeaconDataReplyEntry
NWM output structure.
sourcepub fn datareply_entry_ref(&self) -> &nwmBeaconDataReplyEntry
pub fn datareply_entry_ref(&self) -> &nwmBeaconDataReplyEntry
Get a reference to the NWM output structure.
sourcepub fn datareply_entry_mut(&mut self) -> &mut nwmBeaconDataReplyEntry
pub fn datareply_entry_mut(&mut self) -> &mut nwmBeaconDataReplyEntry
Get a mutable reference to the NWM output structure.
sourcepub fn network(&self) -> udsNetworkStruct
pub fn network(&self) -> udsNetworkStruct
Information about the network.
sourcepub fn network_ref(&self) -> &udsNetworkStruct
pub fn network_ref(&self) -> &udsNetworkStruct
Get a reference to the information about the network.
sourcepub fn network_mut(&mut self) -> &mut udsNetworkStruct
pub fn network_mut(&mut self) -> &mut udsNetworkStruct
Get a mutable reference to the information about the network.
Trait Implementations§
source§impl Clone for NetworkScanInfo
impl Clone for NetworkScanInfo
source§fn clone(&self) -> NetworkScanInfo
fn clone(&self) -> NetworkScanInfo
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NetworkScanInfo
impl Debug for NetworkScanInfo
source§impl From<udsNetworkScanInfo> for NetworkScanInfo
impl From<udsNetworkScanInfo> for NetworkScanInfo
source§fn from(value: udsNetworkScanInfo) -> Self
fn from(value: udsNetworkScanInfo) -> Self
Converts to this type from the input type.
impl Copy for NetworkScanInfo
Auto Trait Implementations§
impl RefUnwindSafe for NetworkScanInfo
impl Send for NetworkScanInfo
impl Sync for NetworkScanInfo
impl Unpin for NetworkScanInfo
impl UnwindSafe for NetworkScanInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more