Struct stm32wb_hci::vendor::stm32wb::event::L2CapCommandReject
source · pub struct L2CapCommandReject {
pub conn_handle: ConnectionHandle,
pub identifier: u8,
pub reason: u16,
pub data: [u8; 247],
}Fields§
§conn_handle: ConnectionHandle§identifier: u8§reason: u16§data: [u8; 247]Trait Implementations§
source§impl Clone for L2CapCommandReject
impl Clone for L2CapCommandReject
source§fn clone(&self) -> L2CapCommandReject
fn clone(&self) -> L2CapCommandReject
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 Debug for L2CapCommandReject
impl Debug for L2CapCommandReject
impl Copy for L2CapCommandReject
Auto Trait Implementations§
impl RefUnwindSafe for L2CapCommandReject
impl Send for L2CapCommandReject
impl Sync for L2CapCommandReject
impl Unpin for L2CapCommandReject
impl UnwindSafe for L2CapCommandReject
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