Struct windows_metadata::Blob
source · [−]Fields
file: &'static File
offset: usize
size: usize
Implementations
sourceimpl Blob
impl Blob
pub fn peek_unsigned(&self) -> (u32, usize)
pub fn read_unsigned(&mut self) -> u32
pub fn read_expected(&mut self, expected: u32) -> bool
pub fn read_modifiers(&mut self) -> Vec<TypeDefOrRef>
pub fn read_str(&mut self) -> &'static str
pub fn read_utf16(&self) -> String
pub fn read_i8(&mut self) -> i8
pub fn read_u8(&mut self) -> u8
pub fn read_i16(&mut self) -> i16
pub fn read_u16(&mut self) -> u16
pub fn read_i32(&mut self) -> i32
pub fn read_u32(&mut self) -> u32
pub fn read_i64(&mut self) -> i64
pub fn read_u64(&mut self) -> u64
pub fn read_f32(&mut self) -> f32
pub fn read_f64(&mut self) -> f64
Auto Trait Implementations
impl RefUnwindSafe for Blob
impl Send for Blob
impl Sync for Blob
impl Unpin for Blob
impl UnwindSafe for Blob
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