#[repr(C)]pub struct infileST {Show 17 fields
pub infile: [c_char; 512],
pub magfile: [c_char; 512],
pub ampfile: [c_char; 512],
pub ampfile2: [c_char; 512],
pub weightfile: [c_char; 512],
pub corrfile: [c_char; 512],
pub estfile: [c_char; 512],
pub costinfile: [c_char; 512],
pub bytemaskfile: [c_char; 512],
pub dotilemaskfile: [c_char; 512],
pub infileformat: c_schar,
pub unwrappedinfileformat: c_schar,
pub magfileformat: c_schar,
pub corrfileformat: c_schar,
pub weightfileformat: c_schar,
pub ampfileformat: c_schar,
pub estfileformat: c_schar,
}Fields§
§infile: [c_char; 512]§magfile: [c_char; 512]§ampfile: [c_char; 512]§ampfile2: [c_char; 512]§weightfile: [c_char; 512]§corrfile: [c_char; 512]§estfile: [c_char; 512]§costinfile: [c_char; 512]§bytemaskfile: [c_char; 512]§dotilemaskfile: [c_char; 512]§infileformat: c_schar§unwrappedinfileformat: c_schar§magfileformat: c_schar§corrfileformat: c_schar§weightfileformat: c_schar§ampfileformat: c_schar§estfileformat: c_scharTrait Implementations§
Auto Trait Implementations§
impl Freeze for infileST
impl RefUnwindSafe for infileST
impl Send for infileST
impl Sync for infileST
impl Unpin for infileST
impl UnwindSafe for infileST
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