#[repr(C)]pub struct otNetworkDiagChildTable {
pub mCount: u8,
pub mTable: [otNetworkDiagChildEntry; 63],
}
Expand description
Represents a Network Diagnostic Child Table TLV value.
Fields§
§mCount: u8
< Number of child entries in the table.
mTable: [otNetworkDiagChildEntry; 63]
< Child table.
Trait Implementations§
Source§impl Clone for otNetworkDiagChildTable
impl Clone for otNetworkDiagChildTable
Source§fn clone(&self) -> otNetworkDiagChildTable
fn clone(&self) -> otNetworkDiagChildTable
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 moreSource§impl Debug for otNetworkDiagChildTable
impl Debug for otNetworkDiagChildTable
Source§impl Default for otNetworkDiagChildTable
impl Default for otNetworkDiagChildTable
impl Copy for otNetworkDiagChildTable
Auto Trait Implementations§
impl Freeze for otNetworkDiagChildTable
impl RefUnwindSafe for otNetworkDiagChildTable
impl Send for otNetworkDiagChildTable
impl Sync for otNetworkDiagChildTable
impl Unpin for otNetworkDiagChildTable
impl UnwindSafe for otNetworkDiagChildTable
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