Struct tss2_fapi_rs::VersionInfo
pub struct VersionInfo {
pub major: u16,
pub minor: u16,
pub patch: u16,
}
Expand description
Contains version information.
Fields§
§major: u16
The major version of the software.
minor: u16
The minor version of the software.
patch: u16
The patch level of the software.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VersionInfo
impl RefUnwindSafe for VersionInfo
impl Send for VersionInfo
impl Sync for VersionInfo
impl Unpin for VersionInfo
impl UnwindSafe for VersionInfo
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