pub struct GetParentChildParameters { /* private fields */ }Expand description
Response parameters.
Implementations§
Source§impl Response
impl Response
Sourcepub const fn child_count(&self) -> u8
pub const fn child_count(&self) -> u8
Returns the child count.
Sourcepub const fn parent_eui64(&self) -> Eui64
pub const fn parent_eui64(&self) -> Eui64
Returns the parent EUI64.
Sourcepub const fn parent_node_id(&self) -> NodeId
pub const fn parent_node_id(&self) -> NodeId
Returns the parent node ID.
Trait Implementations§
impl Eq for Response
Source§impl FromLeStream for Response
impl FromLeStream for Response
Source§fn from_le_stream<__LeStreamBytesIterator>(
bytes: __LeStreamBytesIterator,
) -> Option<Self>
fn from_le_stream<__LeStreamBytesIterator>( bytes: __LeStreamBytesIterator, ) -> Option<Self>
Parses a value from the front of a little-endian byte stream. Read more
impl StructuralPartialEq for Response
Source§impl ToLeStream for Response
impl ToLeStream for Response
Source§type Iter = Chain<Chain<<u8 as ToLeStream>::Iter, <MacAddr8 as ToLeStream>::Iter>, <u16 as ToLeStream>::Iter>
type Iter = Chain<Chain<<u8 as ToLeStream>::Iter, <MacAddr8 as ToLeStream>::Iter>, <u16 as ToLeStream>::Iter>
Iterator returned by
to_le_stream.Source§fn to_le_stream(self) -> <Self as ToLeStream>::Iter
fn to_le_stream(self) -> <Self as ToLeStream>::Iter
Returns an iterator over the little-endian byte representation. Read more
Source§impl TryFrom<Parameters> for Response
impl TryFrom<Parameters> for Response
Source§type Error = Parameters
type Error = Parameters
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for Response
impl RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnsafeUnpin for Response
impl UnwindSafe for Response
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