Struct cfix::types::SymbolInformation
source · pub struct SymbolInformation {
pub id: u32,
pub name: String,
pub digits: u32,
}
Fields§
§id: u32
§name: String
§digits: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SymbolInformation
impl RefUnwindSafe for SymbolInformation
impl Send for SymbolInformation
impl Sync for SymbolInformation
impl Unpin for SymbolInformation
impl UnwindSafe for SymbolInformation
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