#[repr(C)]pub struct PGSemaphoreData { /* private fields */ }
Trait Implementations§
Source§impl Clone for PGSemaphoreData
impl Clone for PGSemaphoreData
Source§fn clone(&self) -> PGSemaphoreData
fn clone(&self) -> PGSemaphoreData
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 PGSemaphoreData
impl Debug for PGSemaphoreData
impl Copy for PGSemaphoreData
Auto Trait Implementations§
impl Freeze for PGSemaphoreData
impl RefUnwindSafe for PGSemaphoreData
impl Send for PGSemaphoreData
impl Sync for PGSemaphoreData
impl Unpin for PGSemaphoreData
impl UnwindSafe for PGSemaphoreData
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