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 Freeze for CoreInfo
impl RefUnwindSafe for CoreInfo
impl Send for CoreInfo
impl Sync for CoreInfo
impl Unpin for CoreInfo
impl UnwindSafe for CoreInfo
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