Struct lief::pdb::build_metadata::Version
pub struct Version {
pub major: u16,
pub minor: u16,
pub build: u16,
pub qfe: u16,
}
Expand description
This structure represents a version for the backend or the frontend.
Fields§
§major: u16
Major Version
minor: u16
Minor Version
build: u16
Build Version
qfe: u16
Quick Fix Engineeringa version
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnwindSafe for Version
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