pub struct TxMeta {
pub power: i8,
pub flags: u8,
}Expand description
Transmit metadata for Send on STR_PHY_RAW.
Fields§
§power: i8Transmit power override in dBm, or one of TX_POWER_DEFAULT
and TX_POWER_MAX.
flags: u8Combination of the TX_FLAG_* bits.
Implementations§
Trait Implementations§
impl Copy for TxMeta
impl Eq for TxMeta
impl StructuralPartialEq for TxMeta
Auto Trait Implementations§
impl Freeze for TxMeta
impl RefUnwindSafe for TxMeta
impl Send for TxMeta
impl Sync for TxMeta
impl Unpin for TxMeta
impl UnwindSafe for TxMeta
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)