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