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