#[repr(C, packed(1))]pub struct evt_role_change {
pub status: u8,
pub bdaddr: bdaddr_t,
pub role: u8,
}Fields§
§status: u8§bdaddr: bdaddr_t§role: u8Trait Implementations§
Source§impl Clone for evt_role_change
impl Clone for evt_role_change
Source§fn clone(&self) -> evt_role_change
fn clone(&self) -> evt_role_change
Returns a copy 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_role_change
impl Debug for evt_role_change
impl Copy for evt_role_change
Auto Trait Implementations§
impl Freeze for evt_role_change
impl RefUnwindSafe for evt_role_change
impl Send for evt_role_change
impl Sync for evt_role_change
impl Unpin for evt_role_change
impl UnwindSafe for evt_role_change
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