#[repr(C)]pub struct mro_alg {
pub resolve: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, stash: *mut HV, level: U32) -> *mut AV>,
pub name: *const c_char,
pub length: U16,
pub kflags: U16,
pub hash: U32,
}Fields§
§resolve: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, stash: *mut HV, level: U32) -> *mut AV>§name: *const c_char§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