Struct std::net::n32 [] [src]

pub struct n32 {
    pub bytes: [u8; 4],
}

Fields

bytes

Methods

impl n32

fn new(value: u32) -> Self

fn get(&self) -> u32

fn set(&mut self, value: u32)

Trait Implementations

Derived Implementations

impl Clone for n32

fn clone(&self) -> n32

fn clone_from(&mut self, source: &Self)

impl Copy for n32