pub struct CTPHR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for CTPHR
impl RefUnwindSafe for CTPHR
impl Send for CTPHR
impl Sync for CTPHR
impl Unpin for CTPHR
impl UnwindSafe for CTPHR
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