pub struct P0f(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for P0f
impl RefUnwindSafe for P0f
impl Send for P0f
impl Sync for P0f
impl Unpin for P0f
impl UnsafeUnpin for P0f
impl UnwindSafe for P0f
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