#[repr(C)]
pub union luai_Cast {
pub l_d: f64,
pub l_l: c_long,
}Fields§
§l_d: f64§l_l: c_longTrait Implementations§
Auto Trait Implementations§
impl Freeze for luai_Cast
impl RefUnwindSafe for luai_Cast
impl Send for luai_Cast
impl Sync for luai_Cast
impl Unpin for luai_Cast
impl UnwindSafe for luai_Cast
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