Struct libc::radvisory
[−]
[src]
#[repr(C)]pub struct radvisory { pub ra_offset: off_t, pub ra_count: c_int, }
Fields
ra_offset: off_t
ra_count: c_int
Trait Implementations
impl Copy for radvisory
[src]
impl Clone for radvisory
[src]
fn clone(&self) -> radvisory
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more