Struct meru_interface::CoreInfo
source · [−]pub struct CoreInfo {
pub system_name: &'static str,
pub abbrev: &'static str,
pub file_extensions: &'static [&'static str],
}
Fields
system_name: &'static str
abbrev: &'static str
file_extensions: &'static [&'static str]
Auto Trait Implementations
impl RefUnwindSafe for CoreInfo
impl Send for CoreInfo
impl Sync for CoreInfo
impl Unpin for CoreInfo
impl UnwindSafe for CoreInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more