Struct windows_metadata::File
source · [−]pub struct File {
pub name: String,
/* private fields */
}
Expand description
A Windows Metadata File
Fields
name: String
Implementations
sourceimpl File
impl File
pub fn u32(&self, row: u32, table: TableIndex, column: u32) -> u32
pub fn str(
&'static self,
row: u32,
table: TableIndex,
column: u32
) -> &'static str
pub fn blob(&'static self, row: u32, table: TableIndex, column: u32) -> Blob
pub fn attributes(
&'static self,
has: HasAttribute
) -> impl Iterator<Item = Attribute>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for File
impl Send for File
impl Sync for File
impl Unpin for File
impl UnwindSafe for File
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more