Struct BTH_QUERY_DEVICE
#[repr(C, packed(1))]pub struct BTH_QUERY_DEVICE {
pub LAP: u32,
pub length: u8,
}
Fields§
§LAP: u32
§length: u8
Trait Implementations§
§impl Clone for BTH_QUERY_DEVICE
impl Clone for BTH_QUERY_DEVICE
§fn clone(&self) -> BTH_QUERY_DEVICE
fn clone(&self) -> BTH_QUERY_DEVICE
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_QUERY_DEVICE
Auto Trait Implementations§
impl Freeze for BTH_QUERY_DEVICE
impl RefUnwindSafe for BTH_QUERY_DEVICE
impl Send for BTH_QUERY_DEVICE
impl Sync for BTH_QUERY_DEVICE
impl Unpin for BTH_QUERY_DEVICE
impl UnwindSafe for BTH_QUERY_DEVICE
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