Struct BTH_PING_RSP
#[repr(C)]pub struct BTH_PING_RSP {
pub dataLen: u8,
pub data: [u8; 44],
}
Fields§
§dataLen: u8
§data: [u8; 44]
Trait Implementations§
§impl Clone for BTH_PING_RSP
impl Clone for BTH_PING_RSP
§fn clone(&self) -> BTH_PING_RSP
fn clone(&self) -> BTH_PING_RSP
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 moreimpl Copy for BTH_PING_RSP
Auto Trait Implementations§
impl Freeze for BTH_PING_RSP
impl RefUnwindSafe for BTH_PING_RSP
impl Send for BTH_PING_RSP
impl Sync for BTH_PING_RSP
impl Unpin for BTH_PING_RSP
impl UnwindSafe for BTH_PING_RSP
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