pub struct BinaryReaderOptions { /* private fields */ }
Implementations§
source§impl BinaryReaderOptions
impl BinaryReaderOptions
pub fn new() -> Self
pub fn with_endianness(self, endian: Endianness) -> Self
pub fn with_virtual_base(self, virtual_base_addr: u64) -> Self
pub fn with_address(self, address: u64) -> Self
Trait Implementations§
source§impl Clone for BinaryReaderOptions
impl Clone for BinaryReaderOptions
source§fn clone(&self) -> BinaryReaderOptions
fn clone(&self) -> BinaryReaderOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BinaryReaderOptions
impl Debug for BinaryReaderOptions
source§impl Default for BinaryReaderOptions
impl Default for BinaryReaderOptions
source§fn default() -> BinaryReaderOptions
fn default() -> BinaryReaderOptions
Returns the “default value” for a type. Read more
source§impl Hash for BinaryReaderOptions
impl Hash for BinaryReaderOptions
source§impl PartialEq for BinaryReaderOptions
impl PartialEq for BinaryReaderOptions
impl Copy for BinaryReaderOptions
impl Eq for BinaryReaderOptions
impl StructuralPartialEq for BinaryReaderOptions
Auto Trait Implementations§
impl Freeze for BinaryReaderOptions
impl RefUnwindSafe for BinaryReaderOptions
impl Send for BinaryReaderOptions
impl Sync for BinaryReaderOptions
impl Unpin for BinaryReaderOptions
impl UnwindSafe for BinaryReaderOptions
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