#[repr(C)]pub struct L_Stack {
pub nalloc: l_int32,
pub n: l_int32,
pub array: *mut *mut c_void,
pub auxstack: *mut L_Stack,
}Fields§
§nalloc: l_int32§n: l_int32§array: *mut *mut c_void§auxstack: *mut L_StackTrait Implementations§
Auto Trait Implementations§
impl Freeze for L_Stack
impl RefUnwindSafe for L_Stack
impl !Send for L_Stack
impl !Sync for L_Stack
impl Unpin for L_Stack
impl UnwindSafe for L_Stack
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