Enum semtech_udp::Packet
source · [−]Variants
Up(Up)
Down(Down)
Implementations
sourceimpl Packet
impl Packet
pub fn parse_uplink(buffer: &[u8]) -> Result<Up, ParseError>
pub fn parse_downlink(buffer: &[u8]) -> Result<Down, ParseError>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Packet
impl Send for Packet
impl Sync for Packet
impl Unpin for Packet
impl UnwindSafe for Packet
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