pub struct CFrontend;Expand description
The C Fast-mode frontend.
Trait Implementations§
impl Copy for CFrontend
Auto Trait Implementations§
impl Freeze for CFrontend
impl RefUnwindSafe for CFrontend
impl Send for CFrontend
impl Sync for CFrontend
impl Unpin for CFrontend
impl UnsafeUnpin for CFrontend
impl UnwindSafe for CFrontend
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