pub struct WinmdFile {
pub bytes: Vec<u8>,
pub strings: u32,
pub blobs: u32,
pub guids: u32,
pub tables: [TableData; 11],
}
Fields§
§bytes: Vec<u8>
§strings: u32
§blobs: u32
§guids: u32
§tables: [TableData; 11]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WinmdFile
impl RefUnwindSafe for WinmdFile
impl Send for WinmdFile
impl Sync for WinmdFile
impl Unpin for WinmdFile
impl UnwindSafe for WinmdFile
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