#[repr(C)]pub struct tg_poly { /* private fields */ }Expand description
< Find the description in the tg.c file.
Auto Trait Implementations§
impl RefUnwindSafe for tg_poly
impl Send for tg_poly
impl Sync for tg_poly
impl Unpin for tg_poly
impl UnwindSafe for tg_poly
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