Enum semtech_udp::Down
source · [−]Variants
PushAck(Packet)
PullAck(Packet)
PullResp(Box<Packet>)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Down
impl Send for Down
impl Sync for Down
impl Unpin for Down
impl UnwindSafe for Down
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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