pub struct ReadExtendedControllerInformationReply { /* private fields */ }
Expand description
Reply for ReadExtendedControllerInformation
Implementations§
Source§impl ReadExtendedControllerInformationReply
impl ReadExtendedControllerInformationReply
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 eir_data(&self) -> &VariableLengthBytes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadExtendedControllerInformationReply
impl RefUnwindSafe for ReadExtendedControllerInformationReply
impl Send for ReadExtendedControllerInformationReply
impl Sync for ReadExtendedControllerInformationReply
impl Unpin for ReadExtendedControllerInformationReply
impl UnwindSafe for ReadExtendedControllerInformationReply
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