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