pub struct ReadControllerInformationReply { /* private fields */ }
Expand description
Reply for ReadControllerInformation
Implementations§
Source§impl ReadControllerInformationReply
impl ReadControllerInformationReply
pub fn address(&self) -> &Address
pub fn bluetooth_version(&self) -> &u8
pub fn manufacturer(&self) -> &u16
pub fn supported_settings(&self) -> &Settings
pub fn current_settings(&self) -> &Settings
pub fn class_of_device(&self) -> &ClassOfDevice
pub fn name(&self) -> &Name
pub fn short_name(&self) -> &ShortName
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadControllerInformationReply
impl RefUnwindSafe for ReadControllerInformationReply
impl Send for ReadControllerInformationReply
impl Sync for ReadControllerInformationReply
impl Unpin for ReadControllerInformationReply
impl UnwindSafe for ReadControllerInformationReply
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