#[repr(C)]pub struct Pcontext { /* private fields */ }
Trait Implementations§
source§impl Ord for Pcontext
impl Ord for Pcontext
source§impl PartialOrd for Pcontext
impl PartialOrd for Pcontext
impl Copy for Pcontext
impl Eq for Pcontext
impl StructuralPartialEq for Pcontext
Auto Trait Implementations§
impl Freeze for Pcontext
impl RefUnwindSafe for Pcontext
impl Send for Pcontext
impl Sync for Pcontext
impl Unpin for Pcontext
impl UnwindSafe for Pcontext
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)