#[repr(C)]pub struct _PSP { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
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