#[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: U32
Trait Implementations§
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 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