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