#[repr(C, align(8))]pub struct ETDumpGen {
pub _bindgen_opaque_blob: [u64; 20],
}Fields§
§_bindgen_opaque_blob: [u64; 20]Trait Implementations§
Auto Trait Implementations§
impl Freeze for ETDumpGen
impl RefUnwindSafe for ETDumpGen
impl Send for ETDumpGen
impl Sync for ETDumpGen
impl Unpin for ETDumpGen
impl UnwindSafe for ETDumpGen
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