pub struct GetConnectionInformationReply { /* private fields */ }
Expand description
Reply for GetConnectionInformation
Implementations§
Source§impl GetConnectionInformationReply
impl GetConnectionInformationReply
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
pub fn rssi(&self) -> &u8
pub fn tx_power(&self) -> &u8
pub fn max_tx_power(&self) -> &u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetConnectionInformationReply
impl RefUnwindSafe for GetConnectionInformationReply
impl Send for GetConnectionInformationReply
impl Sync for GetConnectionInformationReply
impl Unpin for GetConnectionInformationReply
impl UnwindSafe for GetConnectionInformationReply
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