Struct smpp_pdu::pdu::data::sm_data::SmData[][src]

pub struct SmData {
    pub source_addr_ton: Integer1,
    pub source_addr_npi: Integer1,
    pub source_addr: COctetString,
    pub dest_addr_ton: Integer1,
    pub dest_addr_npi: Integer1,
    pub destination_addr: COctetString,
    pub short_message: OctetString,
    pub tlvs: Tlvs,
    // some fields omitted
}

Fields

source_addr_ton: Integer1source_addr_npi: Integer1source_addr: COctetStringdest_addr_ton: Integer1dest_addr_npi: Integer1destination_addr: COctetStringshort_message: OctetStringtlvs: Tlvs

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.