#[repr(C)]pub struct InflateRetain {
pub initialized: bool,
pub data: [u64; 1024],
}Fields§
§initialized: bool§data: [u64; 1024]Auto Trait Implementations§
impl Freeze for InflateRetain
impl RefUnwindSafe for InflateRetain
impl Send for InflateRetain
impl Sync for InflateRetain
impl Unpin for InflateRetain
impl UnsafeUnpin for InflateRetain
impl UnwindSafe for InflateRetain
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