#[repr(C)]pub struct luaL_Stream {
pub f: *mut FILE,
pub closef: lua_CFunction,
}
Fields§
§f: *mut FILE
§closef: lua_CFunction
Trait Implementations§
Source§impl Clone for luaL_Stream
impl Clone for luaL_Stream
Source§fn clone(&self) -> luaL_Stream
fn clone(&self) -> luaL_Stream
Returns a duplicate 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 luaL_Stream
impl Debug for luaL_Stream
impl Copy for luaL_Stream
Auto Trait Implementations§
impl Freeze for luaL_Stream
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§
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