#[repr(C)]pub struct Gtxfp {
pub font: Gint,
pub prec: Gtxprec,
}Fields§
§font: Gint§prec: GtxprecTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gtxfp
impl RefUnwindSafe for Gtxfp
impl Send for Gtxfp
impl Sync for Gtxfp
impl Unpin for Gtxfp
impl UnwindSafe for Gtxfp
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