Enum noders::dgram::Af[][src]

pub enum Af {
    Inet,
    Inet6,
}

Variants

Trait Implementations

impl Clone for Af
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Af
[src]

Auto Trait Implementations

impl Send for Af

impl Sync for Af