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