Struct swipl_fli::io_functions
source · #[repr(C)]pub struct io_functions {
pub read: Sread_function,
pub write: Swrite_function,
pub seek: Sseek_function,
pub close: Sclose_function,
pub control: Scontrol_function,
pub seek64: Sseek64_function,
}
Fields§
§read: Sread_function
§write: Swrite_function
§seek: Sseek_function
§close: Sclose_function
§control: Scontrol_function
§seek64: Sseek64_function
Trait Implementations§
source§impl Clone for io_functions
impl Clone for io_functions
source§fn clone(&self) -> io_functions
fn clone(&self) -> io_functions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for io_functions
impl Debug for io_functions
impl Copy for io_functions
Auto Trait Implementations§
impl RefUnwindSafe for io_functions
impl Send for io_functions
impl Sync for io_functions
impl Unpin for io_functions
impl UnwindSafe for io_functions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more