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