#[repr(C)]pub struct zz_struct {
pub alloc: c_int,
pub size: c_int,
pub ptr: nn_ptr,
}Fields§
§alloc: c_int§size: c_int§ptr: nn_ptrTrait Implementations§
Auto Trait Implementations§
impl Freeze for zz_struct
impl RefUnwindSafe for zz_struct
impl !Send for zz_struct
impl !Sync for zz_struct
impl Unpin for zz_struct
impl UnsafeUnpin for zz_struct
impl UnwindSafe for zz_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