Type Alias swipl::fli::__FILE

source ·
pub type __FILE = _IO_FILE;

Aliased Type§

struct __FILE { /* private fields */ }

Trait Implementations

source§

impl Clone for _IO_FILE

source§

fn clone(&self) -> _IO_FILE

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
source§

impl Copy for _IO_FILE

source§

impl Debug for _IO_FILE

source§

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

Formats the value using the given formatter. Read more