pub struct SymbolSectionDetails {
pub id: String,
pub protection: String,
}Fields§
§id: String§protection: StringAuto Trait Implementations§
impl Freeze for SymbolSectionDetails
impl RefUnwindSafe for SymbolSectionDetails
impl Send for SymbolSectionDetails
impl Sync for SymbolSectionDetails
impl Unpin for SymbolSectionDetails
impl UnsafeUnpin for SymbolSectionDetails
impl UnwindSafe for SymbolSectionDetails
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