pub struct NyarcReader;Expand description
Nyarc 格式读取器
Implementations§
Source§impl NyarcReader
impl NyarcReader
Trait Implementations§
Source§impl Clone for NyarcReader
impl Clone for NyarcReader
Source§fn clone(&self) -> NyarcReader
fn clone(&self) -> NyarcReader
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 NyarcReader
impl Debug for NyarcReader
impl Copy for NyarcReader
Auto Trait Implementations§
impl Freeze for NyarcReader
impl RefUnwindSafe for NyarcReader
impl Send for NyarcReader
impl Sync for NyarcReader
impl Unpin for NyarcReader
impl UnsafeUnpin for NyarcReader
impl UnwindSafe for NyarcReader
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