Struct lua_latest_sys::bindings::luaL_Stream
source · [−]#[repr(C)]pub struct luaL_Stream {
pub f: *mut FILE,
pub closef: lua_CFunction,
}Fields
f: *mut FILEclosef: lua_CFunctionTrait Implementations
sourceimpl Clone for luaL_Stream
impl Clone for luaL_Stream
sourcefn clone(&self) -> luaL_Stream
fn clone(&self) -> luaL_Stream
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for luaL_Stream
impl Debug for luaL_Stream
impl Copy for luaL_Stream
Auto Trait Implementations
impl RefUnwindSafe for luaL_Stream
impl !Send for luaL_Stream
impl !Sync for luaL_Stream
impl Unpin for luaL_Stream
impl UnwindSafe for luaL_Stream
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more