#[repr(C)]pub struct DeallocGref {
pub index: u64,
pub count: u32,
}Fields§
§index: u64§count: u32Auto Trait Implementations§
impl Freeze for DeallocGref
impl RefUnwindSafe for DeallocGref
impl Send for DeallocGref
impl Sync for DeallocGref
impl Unpin for DeallocGref
impl UnsafeUnpin for DeallocGref
impl UnwindSafe for DeallocGref
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