[−][src]Struct binary_rw::BinaryReader
Methods
impl BinaryReader[src]
pub fn new(filepath: &str, open_type: OpenType) -> BinaryReader[src]
pub fn seek_to(&mut self, position: u64) -> u64[src]
pub fn get_cur_pos(&mut self) -> u64[src]
pub fn read_string(&mut self) -> String[src]
pub fn read_f32(&mut self) -> f32[src]
pub fn read_f64(&mut self) -> f64[src]
pub fn read_isize(&mut self) -> isize[src]
pub fn read_usize(&mut self) -> usize[src]
pub fn read_u64(&mut self) -> u64[src]
pub fn read_i64(&mut self) -> i64[src]
pub fn read_u32(&mut self) -> u32[src]
pub fn read_i32(&mut self) -> i32[src]
pub fn read_u16(&mut self) -> u16[src]
pub fn read_i16(&mut self) -> i16[src]
pub fn read_u8(&mut self) -> u8[src]
pub fn read_i8(&mut self) -> i8[src]
pub fn read_bytes(&mut self, length: u64) -> Vec<u8>[src]
Auto Trait Implementations
impl Send for BinaryReader
impl Unpin for BinaryReader
impl Sync for BinaryReader
impl UnwindSafe for BinaryReader
impl RefUnwindSafe for BinaryReader
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,