#[repr(C)]pub struct Boxaa {
pub n: i32,
pub nalloc: i32,
pub boxa: *mut *mut Boxa,
}Fields§
§n: i32§nalloc: i32§boxa: *mut *mut BoxaTrait Implementations§
Auto Trait Implementations§
impl Freeze for Boxaa
impl RefUnwindSafe for Boxaa
impl !Send for Boxaa
impl !Sync for Boxaa
impl Unpin for Boxaa
impl UnsafeUnpin for Boxaa
impl UnwindSafe for Boxaa
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