Struct kea_hal::system::sim::Sim[][src]

pub struct Sim {
    pub id: Id,
    pub status: Status,
    pub uuid: UUID,
}
Expand description

Struct containings type structs for the Sim interface.

Fields

id: Id

Getters for the ID portion of the Status and ID register

status: Status

Getters for the Status portion of the Status and ID register

uuid: UUID

Getters for the UUID register

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.