#[repr(C, packed(1))]pub struct evt_io_capability_response {
pub bdaddr: bdaddr_t,
pub capability: u8,
pub oob_data: u8,
pub authentication: u8,
}Fields§
§bdaddr: bdaddr_t§capability: u8§oob_data: u8§authentication: u8Trait Implementations§
Source§impl Clone for evt_io_capability_response
impl Clone for evt_io_capability_response
Source§fn clone(&self) -> evt_io_capability_response
fn clone(&self) -> evt_io_capability_response
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for evt_io_capability_response
impl Debug for evt_io_capability_response
impl Copy for evt_io_capability_response
Auto Trait Implementations§
impl Freeze for evt_io_capability_response
impl RefUnwindSafe for evt_io_capability_response
impl Send for evt_io_capability_response
impl Sync for evt_io_capability_response
impl Unpin for evt_io_capability_response
impl UnwindSafe for evt_io_capability_response
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