Enum semtech_udp::Up 
source · [−]Variants
PushData(Packet)
PullData(Packet)
TxAck(Packet)
Implementations
sourceimpl Up
 
impl Up
pub fn set_gateway_mac(&mut self, mac: MacAddress)
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more