pub struct lua_Page { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for lua_Page
impl !Sync for lua_Page
impl Freeze for lua_Page
impl RefUnwindSafe for lua_Page
impl Unpin for lua_Page
impl UnsafeUnpin for lua_Page
impl UnwindSafe for lua_Page
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