#[repr(C)]pub struct fexpr_symbol_info {
pub symbol: fexpr_builtin_symbol,
pub string: *const c_char,
pub latex_string: *const c_char,
pub latex_writer: _fexpr_latex_writer,
}Fields§
§symbol: fexpr_builtin_symbol§string: *const c_char§latex_string: *const c_char§latex_writer: _fexpr_latex_writerTrait Implementations§
Auto Trait Implementations§
impl Freeze for fexpr_symbol_info
impl RefUnwindSafe for fexpr_symbol_info
impl !Send for fexpr_symbol_info
impl !Sync for fexpr_symbol_info
impl Unpin for fexpr_symbol_info
impl UnsafeUnpin for fexpr_symbol_info
impl UnwindSafe for fexpr_symbol_info
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