#[repr(C)]pub struct outfileST {Show 15 fields
pub outfile: [c_char; 512],
pub initfile: [c_char; 512],
pub flowfile: [c_char; 512],
pub eifile: [c_char; 512],
pub rowcostfile: [c_char; 512],
pub colcostfile: [c_char; 512],
pub mstrowcostfile: [c_char; 512],
pub mstcolcostfile: [c_char; 512],
pub mstcostsfile: [c_char; 512],
pub corrdumpfile: [c_char; 512],
pub rawcorrdumpfile: [c_char; 512],
pub conncompfile: [c_char; 512],
pub costoutfile: [c_char; 512],
pub logfile: [c_char; 512],
pub outfileformat: c_schar,
}Fields§
§outfile: [c_char; 512]§initfile: [c_char; 512]§flowfile: [c_char; 512]§eifile: [c_char; 512]§rowcostfile: [c_char; 512]§colcostfile: [c_char; 512]§mstrowcostfile: [c_char; 512]§mstcolcostfile: [c_char; 512]§mstcostsfile: [c_char; 512]§corrdumpfile: [c_char; 512]§rawcorrdumpfile: [c_char; 512]§conncompfile: [c_char; 512]§costoutfile: [c_char; 512]§logfile: [c_char; 512]§outfileformat: c_scharTrait Implementations§
Auto Trait Implementations§
impl Freeze for outfileST
impl RefUnwindSafe for outfileST
impl Send for outfileST
impl Sync for outfileST
impl Unpin for outfileST
impl UnwindSafe for outfileST
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