pub struct RpcReqWifiInit {
pub cfg: InitConfig,
}
Fields§
§cfg: InitConfig
Implementations§
Trait Implementations§
Source§impl Format for RpcReqWifiInitwhere
InitConfig: Format,
impl Format for RpcReqWifiInitwhere
InitConfig: Format,
Auto Trait Implementations§
impl Freeze for RpcReqWifiInit
impl RefUnwindSafe for RpcReqWifiInit
impl Send for RpcReqWifiInit
impl Sync for RpcReqWifiInit
impl Unpin for RpcReqWifiInit
impl UnwindSafe for RpcReqWifiInit
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