Enum lrs::socket::ip::Ipv6Scope

The scope of an Ipv6 address.

Syntax

enum Ipv6Scope {
    Admin,
    Global,
    Interface,
    Link,
    Organization,
    Site,
}

Variants

NameDescription
Admin

Admin-local scope.

Global

Global scope.

Interface

Interface-local scope.

Link

Link-local scope.

Organization

Organization-local scope.

Site

Site-local scope.

Trait implementations

NameDescription
Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

Eq

Objects that implement the binary == and != operators.

MaybeClone

Objects that can be duplicated.

Remarks

This is currently only used for multicast addresses.