pub struct RpcReqWifiSetChannel {
pub primary: i32,
pub second: i32,
}
Fields§
§primary: i32
§second: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpcReqWifiSetChannel
impl RefUnwindSafe for RpcReqWifiSetChannel
impl Send for RpcReqWifiSetChannel
impl Sync for RpcReqWifiSetChannel
impl Unpin for RpcReqWifiSetChannel
impl UnwindSafe for RpcReqWifiSetChannel
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