#[repr(C)]pub struct n_polyun_stack_struct {
pub array: *mut *mut n_polyun_struct,
pub alloc: slong,
pub top: slong,
}Fields§
§array: *mut *mut n_polyun_struct§alloc: slong§top: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for n_polyun_stack_struct
impl RefUnwindSafe for n_polyun_stack_struct
impl !Send for n_polyun_stack_struct
impl !Sync for n_polyun_stack_struct
impl Unpin for n_polyun_stack_struct
impl UnsafeUnpin for n_polyun_stack_struct
impl UnwindSafe for n_polyun_stack_struct
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