#[repr(C)]pub struct field_t {
pub size: pointf,
pub b: boxf,
pub n_flds: c_int,
pub lp: *mut textlabel_t,
pub fld: *mut *mut field_t,
pub id: *mut c_char,
pub LR: c_uchar,
pub sides: c_uchar,
}Fields§
§size: pointf§b: boxf§n_flds: c_int§lp: *mut textlabel_t§fld: *mut *mut field_t§id: *mut c_char§LR: c_uchar§sides: c_ucharTrait Implementations§
Auto Trait Implementations§
impl Freeze for field_t
impl RefUnwindSafe for field_t
impl !Send for field_t
impl !Sync for field_t
impl Unpin for field_t
impl UnwindSafe for field_t
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