#[repr(C, align(8))]pub struct ET_MethodMeta {
pub _bindgen_opaque_blob: u64,
}Fields§
§_bindgen_opaque_blob: u64Trait Implementations§
Source§impl Debug for ET_MethodMeta
impl Debug for ET_MethodMeta
Source§impl ExternType for ET_MethodMeta
Available on crate feature std only.
impl ExternType for ET_MethodMeta
Available on crate feature
std only.Auto Trait Implementations§
impl Freeze for ET_MethodMeta
impl RefUnwindSafe for ET_MethodMeta
impl Send for ET_MethodMeta
impl Sync for ET_MethodMeta
impl Unpin for ET_MethodMeta
impl UnsafeUnpin for ET_MethodMeta
impl UnwindSafe for ET_MethodMeta
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