pub struct GetClockInformationReply { /* private fields */ }
Expand description
Reply for GetClockInformation
Implementations§
Source§impl GetClockInformationReply
impl GetClockInformationReply
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
pub fn local_clock(&self) -> &u32
pub fn piconet_clock(&self) -> &u32
pub fn accuracy(&self) -> &u16
Trait Implementations§
Source§impl Debug for GetClockInformationReply
impl Debug for GetClockInformationReply
Auto Trait Implementations§
impl Freeze for GetClockInformationReply
impl RefUnwindSafe for GetClockInformationReply
impl Send for GetClockInformationReply
impl Sync for GetClockInformationReply
impl Unpin for GetClockInformationReply
impl UnwindSafe for GetClockInformationReply
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