pub struct MethodListItem {
pub attr: u16,
pub ty: TypeIndex,
pub vtab_offset: Option<u32>,
}Fields§
§attr: u16§ty: TypeIndex§vtab_offset: Option<u32>Auto Trait Implementations§
impl Freeze for MethodListItem
impl RefUnwindSafe for MethodListItem
impl Send for MethodListItem
impl Sync for MethodListItem
impl Unpin for MethodListItem
impl UnsafeUnpin for MethodListItem
impl UnwindSafe for MethodListItem
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