pub struct FileRow {
pub flags: u32,
pub name: u32,
pub hash_value: u32,
}Expand description
File table row (0x26) - external file references in multi-file assemblies.
Fields§
§flags: u32File flags.
name: u32File name index into #Strings.
hash_value: u32Hash value index into #Blob.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileRow
impl RefUnwindSafe for FileRow
impl Send for FileRow
impl Sync for FileRow
impl Unpin for FileRow
impl UnwindSafe for FileRow
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