Struct windows_metadata::reader::File
source · [−]pub struct File { /* private fields */ }
Implementations
sourceimpl File
impl File
pub fn new(path: &str) -> Result<Self>
pub fn name(&self) -> &str
pub fn usize(&self, row: usize, table: usize, column: usize) -> usize
pub fn str(&self, row: usize, table: usize, column: usize) -> &str
pub fn blob(&self, row: usize, table: usize, column: usize) -> &[u8]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
pub fn equal_range(
&self,
table: usize,
column: usize,
value: usize
) -> (usize, usize)
pub fn upper_bound_of(
&self,
table: usize,
first: usize,
last: usize,
column: usize,
value: usize
) -> usize
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more