pub struct PairDevice { /* private fields */ }
Expand description
Read Management Version Information Command
Implementations§
Source§impl PairDevice
impl PairDevice
Sourcepub fn new(
address: Address,
address_type: AddressType,
io_capability: IoCapability,
) -> Self
pub fn new( address: Address, address_type: AddressType, io_capability: IoCapability, ) -> Self
Constructs a new PairDevice
.
Trait Implementations§
Source§impl CommandRequest for PairDevice
impl CommandRequest for PairDevice
Source§const CODE: CommandCode = CommandCode::PairDevice
const CODE: CommandCode = CommandCode::PairDevice
Command code.
Source§type Reply = PairDeviceReply
type Reply = PairDeviceReply
Return type for this command.
Source§impl Debug for PairDevice
impl Debug for PairDevice
Source§impl From<PairDevice> for Command
impl From<PairDevice> for Command
Source§fn from(v: PairDevice) -> Self
fn from(v: PairDevice) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PairDevice
impl RefUnwindSafe for PairDevice
impl Send for PairDevice
impl Sync for PairDevice
impl Unpin for PairDevice
impl UnwindSafe for PairDevice
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