pub struct MethodVTable {
pub name: &'static str,
pub selector: Lazy<[u8; 4]>,
pub debug_args: unsafe fn(*const (), &mut Formatter<'_>) -> Result,
}Fields§
§name: &'static str§selector: Lazy<[u8; 4]>§debug_args: unsafe fn(*const (), &mut Formatter<'_>) -> ResultAuto Trait Implementations§
impl !Freeze for MethodVTable
impl RefUnwindSafe for MethodVTable
impl Send for MethodVTable
impl Sync for MethodVTable
impl Unpin for MethodVTable
impl UnwindSafe for MethodVTable
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