pub struct TxConfig {
pub pw: i8,
pub rf: RfConfig,
}Fields§
§pw: i8§rf: RfConfigImplementations§
Trait Implementations§
impl Copy for TxConfig
impl StructuralPartialEq for TxConfig
Auto Trait Implementations§
impl Freeze for TxConfig
impl RefUnwindSafe for TxConfig
impl Send for TxConfig
impl Sync for TxConfig
impl Unpin for TxConfig
impl UnwindSafe for TxConfig
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