pub struct TP { /* private fields */ }Expand description
Register block
Implementations§
Auto Trait Implementations§
impl !Freeze for TP
impl !RefUnwindSafe for TP
impl Send for TP
impl !Sync for TP
impl Unpin for TP
impl UnwindSafe for TP
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