#[repr(C, packed(1))]pub struct evt_remote_host_features_notify {
pub bdaddr: bdaddr_t,
pub features: [u8; 8],
}Fields§
§bdaddr: bdaddr_t§features: [u8; 8]Trait Implementations§
Source§impl Clone for evt_remote_host_features_notify
impl Clone for evt_remote_host_features_notify
Source§fn clone(&self) -> evt_remote_host_features_notify
fn clone(&self) -> evt_remote_host_features_notify
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 moreimpl Copy for evt_remote_host_features_notify
Auto Trait Implementations§
impl Freeze for evt_remote_host_features_notify
impl RefUnwindSafe for evt_remote_host_features_notify
impl Send for evt_remote_host_features_notify
impl Sync for evt_remote_host_features_notify
impl Unpin for evt_remote_host_features_notify
impl UnwindSafe for evt_remote_host_features_notify
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