#[repr(C, packed(1))]pub struct BTH_INFO_RSP_u(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for BTH_INFO_RSP_u
impl Clone for BTH_INFO_RSP_u
Source§fn clone(&self) -> BTH_INFO_RSP_u
fn clone(&self) -> BTH_INFO_RSP_u
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_u
impl Default for BTH_INFO_RSP_u
Source§fn default() -> BTH_INFO_RSP_u
fn default() -> BTH_INFO_RSP_u
Returns the “default value” for a type. Read more
impl Copy for BTH_INFO_RSP_u
Auto Trait Implementations§
impl Freeze for BTH_INFO_RSP_u
impl RefUnwindSafe for BTH_INFO_RSP_u
impl Send for BTH_INFO_RSP_u
impl Sync for BTH_INFO_RSP_u
impl Unpin for BTH_INFO_RSP_u
impl UnwindSafe for BTH_INFO_RSP_u
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