#[repr(C)]pub struct RawUserdata {
pub tt: u8,
pub marked: u8,
pub memcat: u8,
pub tag: u8,
pub len: i32,
pub metatable: *mut RawLuaTable,
pub data: [Align8Byte; 1],
}Fields§
§tt: u8§marked: u8§memcat: u8§tag: u8§len: i32§metatable: *mut RawLuaTable§data: [Align8Byte; 1]Auto Trait Implementations§
impl !Send for RawUserdata
impl !Sync for RawUserdata
impl Freeze for RawUserdata
impl RefUnwindSafe for RawUserdata
impl Unpin for RawUserdata
impl UnsafeUnpin for RawUserdata
impl UnwindSafe for RawUserdata
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