Struct swipl_fli::recursiveMutex
source · #[repr(C)]pub struct recursiveMutex { /* private fields */ }
Trait Implementations§
source§impl Clone for recursiveMutex
impl Clone for recursiveMutex
source§fn clone(&self) -> recursiveMutex
fn clone(&self) -> recursiveMutex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for recursiveMutex
impl Debug for recursiveMutex
impl Copy for recursiveMutex
Auto Trait Implementations§
impl RefUnwindSafe for recursiveMutex
impl Send for recursiveMutex
impl Sync for recursiveMutex
impl Unpin for recursiveMutex
impl UnwindSafe for recursiveMutex
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