#[repr(C, packed(1))]pub struct BTH_INFO_RSP {
pub result: USHORT,
pub dataLen: UCHAR,
pub u: BTH_INFO_RSP_u,
}
Fields§
§result: USHORT
§dataLen: UCHAR
§u: BTH_INFO_RSP_u
Trait Implementations§
Source§impl Clone for BTH_INFO_RSP
impl Clone for BTH_INFO_RSP
Source§fn clone(&self) -> BTH_INFO_RSP
fn clone(&self) -> BTH_INFO_RSP
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 Default for BTH_INFO_RSP
impl Default for BTH_INFO_RSP
Source§fn default() -> BTH_INFO_RSP
fn default() -> BTH_INFO_RSP
Returns the “default value” for a type. Read more
impl Copy for BTH_INFO_RSP
Auto Trait Implementations§
impl Freeze for BTH_INFO_RSP
impl RefUnwindSafe for BTH_INFO_RSP
impl Send for BTH_INFO_RSP
impl Sync for BTH_INFO_RSP
impl Unpin for BTH_INFO_RSP
impl UnwindSafe for BTH_INFO_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