Type Alias file_t

pub type file_t = io_file_t;
Available on crate feature dep_nc only.

Aliased Type§

struct file_t {
    pub x: u8,
}

Fields§

§x: u8

Trait Implementations

§

impl Clone for io_file_t

§

fn clone(&self) -> io_file_t

Returns a copy of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
§

impl Debug for io_file_t

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for io_file_t

§

fn default() -> io_file_t

Returns the “default value” for a type. Read more
§

impl Copy for io_file_t