Struct posix::ftw::FTW [-] [+] [src]

pub struct FTW {
    pub base: int_t,
    pub level: int_t,
}

Fields

base
level

Trait Implementations

Derived Implementations

impl Copy for FTW