Struct ezomyte::ItemSockets [] [src]

pub struct ItemSockets { /* fields omitted */ }

Sockets an item has, if any.

Methods

impl ItemSockets
[src]

[src]

Number of regular sockets this item has.

[src]

Number of abyssal sockets this item has.

Important traits for Box<W>
[src]

Colors of all regular sockets (in an unspecified order).

Linked groups of regular sockets.

Maximum number of linked sockets on the item.

If an item is said to be N-linked (e.g. 5-linked), this will be N.

Trait Implementations

impl Debug for ItemSockets
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ItemSockets
[src]

[src]

Returns the "default value" for a type. Read more

impl<'de> Deserialize<'de> for ItemSockets
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for ItemSockets

impl Sync for ItemSockets