#[repr(C)]pub struct cont_type {
pub num: HITEMCNT,
pub row: *mut HSUBCOOR,
pub col: *mut HSUBCOOR,
pub cont_class: Hcont_class,
pub num_attrib: i32,
pub attribs: *mut Hcont_attrib,
pub num_global: i32,
pub global: *mut Hcont_global_attrib,
pub h: i32,
}Fields§
§num: HITEMCNT§row: *mut HSUBCOOR§col: *mut HSUBCOOR§cont_class: Hcont_class§num_attrib: i32§attribs: *mut Hcont_attrib§num_global: i32§global: *mut Hcont_global_attrib§h: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for cont_type
impl RefUnwindSafe for cont_type
impl !Send for cont_type
impl !Sync for cont_type
impl Unpin for cont_type
impl UnwindSafe for cont_type
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