#[repr(C)]pub struct rc_hash_cdreader {
pub open_track: rc_hash_cdreader_open_track_handler,
pub read_sector: rc_hash_cdreader_read_sector_handler,
pub close_track: rc_hash_cdreader_close_track_handler,
pub first_track_sector: rc_hash_cdreader_first_track_sector_handler,
}Fields§
§open_track: rc_hash_cdreader_open_track_handler§read_sector: rc_hash_cdreader_read_sector_handler§close_track: rc_hash_cdreader_close_track_handler§first_track_sector: rc_hash_cdreader_first_track_sector_handlerTrait Implementations§
Source§impl Clone for rc_hash_cdreader
impl Clone for rc_hash_cdreader
Source§fn clone(&self) -> rc_hash_cdreader
fn clone(&self) -> rc_hash_cdreader
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_cdreader
impl Debug for rc_hash_cdreader
impl Copy for rc_hash_cdreader
Auto Trait Implementations§
impl Freeze for rc_hash_cdreader
impl RefUnwindSafe for rc_hash_cdreader
impl Send for rc_hash_cdreader
impl Sync for rc_hash_cdreader
impl Unpin for rc_hash_cdreader
impl UnwindSafe for rc_hash_cdreader
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