Struct pgrx_pg_sys::NamedLWLockTranche
source · #[repr(C)]pub struct NamedLWLockTranche {
pub trancheId: c_int,
pub trancheName: *mut c_char,
}
Fields§
§trancheId: c_int
§trancheName: *mut c_char
Trait Implementations§
source§impl Clone for NamedLWLockTranche
impl Clone for NamedLWLockTranche
source§fn clone(&self) -> NamedLWLockTranche
fn clone(&self) -> NamedLWLockTranche
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 NamedLWLockTranche
impl Debug for NamedLWLockTranche
source§impl Default for NamedLWLockTranche
impl Default for NamedLWLockTranche
impl Copy for NamedLWLockTranche
Auto Trait Implementations§
impl Freeze for NamedLWLockTranche
impl RefUnwindSafe for NamedLWLockTranche
impl !Send for NamedLWLockTranche
impl !Sync for NamedLWLockTranche
impl Unpin for NamedLWLockTranche
impl UnwindSafe for NamedLWLockTranche
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