Struct lrs::signal::SigInfo

Information about a received signal.

Syntax

struct SigInfo {
    /* private fields */
}

Static methods

NameDescription
new

Creates a new object.

Methods

ReceiverNameDescription
&selfsignal

Returns the signal.

Trait implementations

NameDescription
Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

MaybeClone

Objects that can be duplicated.

Pod

Objects that are safe to use if they contain a random bit pattern.