#[repr(C)]pub struct mro_meta {
pub mro_linear_all: *mut hv,
pub mro_linear_current: *mut sv,
pub mro_nextmethod: *mut hv,
pub cache_gen: u32,
pub pkg_gen: u32,
pub mro_which: *const mro_alg,
pub isa: *mut hv,
pub super_: *mut hv,
pub destroy: *mut cv,
pub destroy_gen: u32,
}Fields§
§mro_linear_all: *mut hv§mro_linear_current: *mut sv§mro_nextmethod: *mut hv§cache_gen: u32§pkg_gen: u32§mro_which: *const mro_alg§isa: *mut hv§super_: *mut hv§destroy: *mut cv§destroy_gen: u32Trait Implementations§
Source§impl Ord for mro_meta
impl Ord for mro_meta
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for mro_meta
impl PartialOrd for mro_meta
impl Copy for mro_meta
impl Eq for mro_meta
impl StructuralPartialEq for mro_meta
Auto Trait Implementations§
impl Freeze for mro_meta
impl RefUnwindSafe for mro_meta
impl !Send for mro_meta
impl !Sync for mro_meta
impl Unpin for mro_meta
impl UnsafeUnpin for mro_meta
impl UnwindSafe for mro_meta
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