#[repr(C)]pub struct track_generator_ {
pub last_bit_offset: i32,
pub mfm_last_bit: u16,
pub disk_formats_LUT: [*mut c_void; 256],
}Fields§
§last_bit_offset: i32§mfm_last_bit: u16§disk_formats_LUT: [*mut c_void; 256]Trait Implementations§
Source§impl Clone for track_generator_
impl Clone for track_generator_
Source§fn clone(&self) -> track_generator_
fn clone(&self) -> track_generator_
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 track_generator_
impl Debug for track_generator_
impl Copy for track_generator_
Auto Trait Implementations§
impl Freeze for track_generator_
impl RefUnwindSafe for track_generator_
impl !Send for track_generator_
impl !Sync for track_generator_
impl Unpin for track_generator_
impl UnsafeUnpin for track_generator_
impl UnwindSafe for track_generator_
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