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