pub struct WasmReadConfig {
pub check_magic_head: bool,
}Fields§
§check_magic_head: boolImplementations§
Source§impl WasmReadConfig
impl WasmReadConfig
pub fn as_reader<R: Read + Seek>(&self, reader: R) -> WasmReader<'_, R>
Trait Implementations§
Source§impl Clone for WasmReadConfig
impl Clone for WasmReadConfig
Source§fn clone(&self) -> WasmReadConfig
fn clone(&self) -> WasmReadConfig
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 moreSource§impl Debug for WasmReadConfig
impl Debug for WasmReadConfig
impl Copy for WasmReadConfig
Auto Trait Implementations§
impl Freeze for WasmReadConfig
impl RefUnwindSafe for WasmReadConfig
impl Send for WasmReadConfig
impl Sync for WasmReadConfig
impl Unpin for WasmReadConfig
impl UnwindSafe for WasmReadConfig
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