pub struct Report {
pub arch: String,
pub pe32_plus: bool,
pub has_signature: bool,
pub cert_count: usize,
pub cmdline: String,
pub os_release: Option<OsRelease>,
pub linux: SectionInfo,
pub initrd: InitrdInfo,
}Fields§
§arch: String§pe32_plus: bool§has_signature: bool§cert_count: usize§cmdline: String§os_release: Option<OsRelease>§linux: SectionInfo§initrd: InitrdInfoTrait Implementations§
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnsafeUnpin for Report
impl UnwindSafe for Report
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