Struct malwaredb_types::doc::office95::Office95
source · pub struct Office95<'a> {
pub clsid: ClsidType,
pub contents: &'a [u8],
}
Fields§
§clsid: ClsidType
Sub-type for the file
contents: &'a [u8]
The array containing the raw bytes used to parse this document
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Office95<'a>
impl<'a> Send for Office95<'a>
impl<'a> Sync for Office95<'a>
impl<'a> Unpin for Office95<'a>
impl<'a> UnwindSafe for Office95<'a>
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