pub enum Up {
PushData(Packet),
PullData(Packet),
TxAck(Packet),
}
Variants§
Implementations§
Source§impl Up
impl Up
pub fn set_gateway_mac(&mut self, mac: MacAddress)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Up
impl RefUnwindSafe for Up
impl Send for Up
impl Sync for Up
impl Unpin for Up
impl UnwindSafe for Up
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