pub struct BuildInfo {
pub item: ItemId,
}
Expand description
S_BUILDINFO
- Build info for a module
This record is present only in module symbol streams.
Fields§
§item: ItemId
ItemId points to an LF_BUILDINFO
record in IPI
Trait Implementations§
Source§impl<'a> Parse<'a> for BuildInfo
impl<'a> Parse<'a> for BuildInfo
Source§fn from_parser(p: &mut Parser<'a>) -> Result<Self, ParserError>
fn from_parser(p: &mut Parser<'a>) -> Result<Self, ParserError>
Parses an instance of
Self
from a Parser
.
This allows the caller to detect which bytes were not consumed at the end of the input.Auto Trait Implementations§
impl Freeze for BuildInfo
impl RefUnwindSafe for BuildInfo
impl Send for BuildInfo
impl Sync for BuildInfo
impl Unpin for BuildInfo
impl UnwindSafe for BuildInfo
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