Struct ScanResultListInfo
#[repr(C)]pub struct ScanResultListInfo {
pub entry_len: u32,
pub entry: [ScanEntryInfo; 40],
}Expand description
Gets the status associated with the connection of <id>.
Fields§
§entry_len: u32Must be set to the number of elements in entry.
entry: [ScanEntryInfo; 40]Scan entry.
Trait Implementations§
§impl Clone for ScanResultListInfo
impl Clone for ScanResultListInfo
§fn clone(&self) -> ScanResultListInfo
fn clone(&self) -> ScanResultListInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ScanResultListInfo
impl RefUnwindSafe for ScanResultListInfo
impl Send for ScanResultListInfo
impl Sync for ScanResultListInfo
impl Unpin for ScanResultListInfo
impl UnwindSafe for ScanResultListInfo
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