pub struct SourceDebugExtensionInfo {
pub attribute_name_index: ConstantPoolIndex,
pub attribute_length: u32,
pub debug_extension: Vec<u8>,
}
Fields§
§attribute_name_index: ConstantPoolIndex
§attribute_length: u32
§debug_extension: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SourceDebugExtensionInfo
impl RefUnwindSafe for SourceDebugExtensionInfo
impl Send for SourceDebugExtensionInfo
impl Sync for SourceDebugExtensionInfo
impl Unpin for SourceDebugExtensionInfo
impl UnwindSafe for SourceDebugExtensionInfo
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