pub struct L2CapCocTxData {
pub channel_index: u8,
pub length: u16,
pub data: [u8; 252],
}
Expand description
Parameter for the coc_tx_data command
Fields§
§channel_index: u8
§length: u16
§data: [u8; 252]
Trait Implementations§
Source§impl Clone for L2CapCocTxData
impl Clone for L2CapCocTxData
Source§fn clone(&self) -> L2CapCocTxData
fn clone(&self) -> L2CapCocTxData
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 L2CapCocTxData
impl Debug for L2CapCocTxData
impl Copy for L2CapCocTxData
Auto Trait Implementations§
impl Freeze for L2CapCocTxData
impl RefUnwindSafe for L2CapCocTxData
impl Send for L2CapCocTxData
impl Sync for L2CapCocTxData
impl Unpin for L2CapCocTxData
impl UnwindSafe for L2CapCocTxData
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