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