Struct sacn::packet::Universes [] [src]

pub struct Universes<'a> { /* fields omitted */ }

List of universes.

Use From trait to create from a list of u16 integers. The universes must not contain duplicates and must be sorted from low to high.

Methods

impl<'a> Universes<'a>
[src]

Important traits for UniversesIter<'a>
[src]

Create an Iterator over the contained universes.

[src]

The length of the universe list.

Trait Implementations

impl<'a> Debug for Universes<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for Universes<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a, B: ?Sized + AsRef<[u16]>> From<&'a B> for Universes<'a>
[src]

[src]

Performs the conversion.

impl<'a> PartialEq for Universes<'a>
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'a> Eq for Universes<'a>
[src]

Auto Trait Implementations

impl<'a> Send for Universes<'a>

impl<'a> Sync for Universes<'a>