#[repr(C)]pub struct L_Ptraa {
pub nalloc: i32,
pub ptra: *mut *mut L_Ptra,
}
Fields§
§nalloc: i32
§ptra: *mut *mut L_Ptra
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for L_Ptraa
impl !Send for L_Ptraa
impl !Sync for L_Ptraa
impl Unpin for L_Ptraa
impl UnwindSafe for L_Ptraa
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