pub struct AbcReader {}
Expand description
用于读取 Abc
文件
Implementations§
Auto Trait Implementations§
impl Freeze for AbcReader
impl RefUnwindSafe for AbcReader
impl Send for AbcReader
impl Sync for AbcReader
impl Unpin for AbcReader
impl UnwindSafe for AbcReader
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