pub struct PassBinReadArgs { /* private fields */ }
Expand description
Named arguments for the BinRead::read_options
implementation of Pass
.
Implementations§
Source§impl PassBinReadArgs
impl PassBinReadArgs
Sourcepub fn builder() -> PassBinReadArgBuilder<Needed>
pub fn builder() -> PassBinReadArgBuilder<Needed>
Creates a new builder for this type.
Trait Implementations§
Source§impl Clone for PassBinReadArgs
impl Clone for PassBinReadArgs
Source§fn clone(&self) -> PassBinReadArgs
fn clone(&self) -> PassBinReadArgs
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 NamedArgs for PassBinReadArgs
impl NamedArgs for PassBinReadArgs
Auto Trait Implementations§
impl Freeze for PassBinReadArgs
impl RefUnwindSafe for PassBinReadArgs
impl Send for PassBinReadArgs
impl Sync for PassBinReadArgs
impl Unpin for PassBinReadArgs
impl UnwindSafe for PassBinReadArgs
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