#[repr(C)]pub struct MacroRegistry { /* private fields */ }
Implementations§
Source§impl MacroRegistry
impl MacroRegistry
pub fn register_macro(self: Pin<&mut Self>, macro_: &Macro) -> Status
Source§impl MacroRegistry
impl MacroRegistry
pub fn new() -> UniquePtr<Self>
pub fn register_standard( self: Pin<&mut Self>, parser_options: &ParserOptions, ) -> Status
Trait Implementations§
Source§impl ExternType for MacroRegistry
impl ExternType for MacroRegistry
impl Send for MacroRegistry
impl Sync for MacroRegistry
impl UniquePtrTarget for MacroRegistry
Auto Trait Implementations§
impl !Freeze for MacroRegistry
impl RefUnwindSafe for MacroRegistry
impl !Unpin for MacroRegistry
impl UnwindSafe for MacroRegistry
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