#[repr(C)]pub struct Gtpr { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for Gtpr
impl RefUnwindSafe for Gtpr
impl Send for Gtpr
impl Sync for Gtpr
impl Unpin for Gtpr
impl UnwindSafe for Gtpr
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