pub struct MethodTable { /* private fields */ }Implementations§
Source§impl MethodTable
impl MethodTable
pub fn methods(&self) -> &[Method]
Sourcepub fn from_image(img: Image) -> Option<Self>
pub fn from_image(img: Image) -> Option<Self>
Gets MethodTable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MethodTable
impl RefUnwindSafe for MethodTable
impl Send for MethodTable
impl Sync for MethodTable
impl Unpin for MethodTable
impl UnsafeUnpin for MethodTable
impl UnwindSafe for MethodTable
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