#[repr(C)]pub struct poly_type {
pub num_line: HITEMCNT,
pub len_line: HITEMCNT,
pub lines: *mut Hline_seg,
}
Fields§
§num_line: HITEMCNT
§len_line: HITEMCNT
§lines: *mut Hline_seg
Trait Implementations§
Auto Trait Implementations§
impl Freeze for poly_type
impl RefUnwindSafe for poly_type
impl !Send for poly_type
impl !Sync for poly_type
impl Unpin for poly_type
impl UnwindSafe for poly_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