#[repr(C)]pub struct otBleRadioPacket {
pub mValue: *mut u8,
pub mLength: u16,
pub mPower: i8,
}Expand description
This structure represents an BLE packet.
Fields§
§mValue: *mut u8< The value of an attribute
mLength: u16< Length of the @p mValue.
mPower: i8< Transmit/receive power in dBm.
Trait Implementations§
Source§impl Clone for otBleRadioPacket
impl Clone for otBleRadioPacket
Source§fn clone(&self) -> otBleRadioPacket
fn clone(&self) -> otBleRadioPacket
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 otBleRadioPacket
impl Debug for otBleRadioPacket
impl Copy for otBleRadioPacket
Auto Trait Implementations§
impl Freeze for otBleRadioPacket
impl RefUnwindSafe for otBleRadioPacket
impl !Send for otBleRadioPacket
impl !Sync for otBleRadioPacket
impl Unpin for otBleRadioPacket
impl UnwindSafe for otBleRadioPacket
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