pub struct Udata {
pub tag: u8,
pub len: c_int,
pub metatable: *mut LuaTable,
pub data: [c_char; 1],
/* private fields */
}Fields§
§tag: u8§len: c_int§metatable: *mut LuaTable§data: [c_char; 1]Trait Implementations§
Auto Trait Implementations§
impl !Send for Udata
impl !Sync for Udata
impl Freeze for Udata
impl RefUnwindSafe for Udata
impl Unpin for Udata
impl UnsafeUnpin for Udata
impl UnwindSafe for Udata
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