Struct libc::radvisory [] [src]

pub struct radvisory {
    pub ra_offset: off_t,
    pub ra_count: c_int,
}

Fields

ra_offset
ra_count

Trait Implementations

impl Copy for radvisory

impl Clone for radvisory

fn clone(&self) -> radvisory

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