#[repr(C)]pub struct rc_hash_filereader {
pub open: rc_hash_filereader_open_file_handler,
pub seek: rc_hash_filereader_seek_handler,
pub tell: rc_hash_filereader_tell_handler,
pub read: rc_hash_filereader_read_handler,
pub close: rc_hash_filereader_close_file_handler,
}Fields§
§open: rc_hash_filereader_open_file_handler§seek: rc_hash_filereader_seek_handler§tell: rc_hash_filereader_tell_handler§read: rc_hash_filereader_read_handler§close: rc_hash_filereader_close_file_handlerTrait Implementations§
Source§impl Clone for rc_hash_filereader
impl Clone for rc_hash_filereader
Source§fn clone(&self) -> rc_hash_filereader
fn clone(&self) -> rc_hash_filereader
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 rc_hash_filereader
impl Debug for rc_hash_filereader
impl Copy for rc_hash_filereader
Auto Trait Implementations§
impl Freeze for rc_hash_filereader
impl RefUnwindSafe for rc_hash_filereader
impl Send for rc_hash_filereader
impl Sync for rc_hash_filereader
impl Unpin for rc_hash_filereader
impl UnwindSafe for rc_hash_filereader
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