pub struct GwInfo {
pub gw_id: u8,
}Fields§
§gw_id: u8Trait Implementations§
impl Copy for GwInfo
impl StructuralPartialEq for GwInfo
Auto Trait Implementations§
impl Freeze for GwInfo
impl RefUnwindSafe for GwInfo
impl Send for GwInfo
impl Sync for GwInfo
impl Unpin for GwInfo
impl UnwindSafe for GwInfo
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