pub struct BackendDeclaration {
pub rustc_version: &'static str,
pub core_version: &'static str,
pub register: unsafe extern "C" fn(&mut dyn Registrar),
}Fields§
§rustc_version: &'static str§core_version: &'static str§register: unsafe extern "C" fn(&mut dyn Registrar)Auto Trait Implementations§
impl Freeze for BackendDeclaration
impl RefUnwindSafe for BackendDeclaration
impl Send for BackendDeclaration
impl Sync for BackendDeclaration
impl Unpin for BackendDeclaration
impl UnwindSafe for BackendDeclaration
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