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