#[repr(C)]pub struct mro_alg {
pub resolve: Option<unsafe extern "C" fn(*mut interpreter, *mut hv, u32) -> *mut av>,
pub name: *const i8,
pub length: u16,
pub kflags: u16,
pub hash: u32,
}Fields§
§resolve: Option<unsafe extern "C" fn(*mut interpreter, *mut hv, u32) -> *mut av>§name: *const i8§length: u16§kflags: u16§hash: u32Trait Implementations§
Source§impl Ord for mro_alg
impl Ord for mro_alg
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_alg
impl PartialOrd for mro_alg
impl Copy for mro_alg
impl Eq for mro_alg
impl StructuralPartialEq for mro_alg
Auto Trait Implementations§
impl Freeze for mro_alg
impl RefUnwindSafe for mro_alg
impl !Send for mro_alg
impl !Sync for mro_alg
impl Unpin for mro_alg
impl UnsafeUnpin for mro_alg
impl UnwindSafe for mro_alg
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