#[repr(C)]pub struct fz_stext_grid_info {
pub w: c_int,
pub h: c_int,
pub info: __IncompleteArrayField<fz_stext_grid_info__bindgen_ty_1>,
}Fields§
§w: c_int§h: c_int§info: __IncompleteArrayField<fz_stext_grid_info__bindgen_ty_1>Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_stext_grid_info
impl RefUnwindSafe for fz_stext_grid_info
impl Send for fz_stext_grid_info
impl Sync for fz_stext_grid_info
impl Unpin for fz_stext_grid_info
impl UnwindSafe for fz_stext_grid_info
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