Struct ezomyte::SocketGroup [] [src]

pub struct SocketGroup { /* fields omitted */ }

A group of linked sockets on an item.

Methods

impl SocketGroup
[src]

[src]

Size of the socket group (number of sockets therein).

[src]

How many sockets of a particular color are there in the group.

Trait Implementations

impl Debug for SocketGroup
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SocketGroup

impl Sync for SocketGroup