#[repr(transparent)]pub struct Rpc_WifiBw(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
Source§impl Clone for Rpc_WifiBw
impl Clone for Rpc_WifiBw
Source§fn clone(&self) -> Rpc_WifiBw
fn clone(&self) -> Rpc_WifiBw
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Rpc_WifiBw
impl Debug for Rpc_WifiBw
Source§impl Default for Rpc_WifiBw
impl Default for Rpc_WifiBw
Source§impl From<i32> for Rpc_WifiBw
impl From<i32> for Rpc_WifiBw
Source§impl Hash for Rpc_WifiBw
impl Hash for Rpc_WifiBw
Source§impl PartialEq for Rpc_WifiBw
impl PartialEq for Rpc_WifiBw
impl Copy for Rpc_WifiBw
impl Eq for Rpc_WifiBw
impl StructuralPartialEq for Rpc_WifiBw
Auto Trait Implementations§
impl Freeze for Rpc_WifiBw
impl RefUnwindSafe for Rpc_WifiBw
impl Send for Rpc_WifiBw
impl Sync for Rpc_WifiBw
impl Unpin for Rpc_WifiBw
impl UnwindSafe for Rpc_WifiBw
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