#[repr(C)]pub struct luaL_Stream {
pub f: *mut FILE,
pub closef: lua_CFunction,
}
Fields§
§f: *mut FILE
§closef: lua_CFunction
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