#[repr(C, packed(1))]pub struct bnep_control_rsp {
pub type_: u8,
pub ctrl: u8,
pub resp: u16,
}Fields§
§type_: u8§ctrl: u8§resp: u16Trait Implementations§
Source§impl Clone for bnep_control_rsp
impl Clone for bnep_control_rsp
Source§fn clone(&self) -> bnep_control_rsp
fn clone(&self) -> bnep_control_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 Debug for bnep_control_rsp
impl Debug for bnep_control_rsp
impl Copy for bnep_control_rsp
Auto Trait Implementations§
impl Freeze for bnep_control_rsp
impl RefUnwindSafe for bnep_control_rsp
impl Send for bnep_control_rsp
impl Sync for bnep_control_rsp
impl Unpin for bnep_control_rsp
impl UnwindSafe for bnep_control_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