#[repr(C)]pub struct tcolumn {
pub ttype: [c_char; 70],
pub tbcol: LONGLONG,
pub tdatatype: c_int,
pub trepeat: LONGLONG,
pub tscale: f64,
pub tzero: f64,
pub tnull: LONGLONG,
pub strnull: [c_char; 20],
pub tform: [c_char; 10],
pub twidth: c_long,
}Fields§
§ttype: [c_char; 70]§tbcol: LONGLONG§tdatatype: c_int§trepeat: LONGLONG§tscale: f64§tzero: f64§tnull: LONGLONG§strnull: [c_char; 20]§tform: [c_char; 10]§twidth: c_longTrait Implementations§
Auto Trait Implementations§
impl Freeze for tcolumn
impl RefUnwindSafe for tcolumn
impl Send for tcolumn
impl Sync for tcolumn
impl Unpin for tcolumn
impl UnwindSafe for tcolumn
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