Struct ConstantStringEntry
pub struct ConstantStringEntry {
pub index: ConstantIndex,
pub value: String,
}Expand description
A string entry in the Constant Table.
Fields§
§index: ConstantIndex§value: StringAuto Trait Implementations§
impl Freeze for ConstantStringEntry
impl RefUnwindSafe for ConstantStringEntry
impl Send for ConstantStringEntry
impl Sync for ConstantStringEntry
impl Unpin for ConstantStringEntry
impl UnwindSafe for ConstantStringEntry
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