#[repr(C)]pub struct __db_repmgr_site {
pub eid: c_int,
pub host: *mut c_char,
pub port: u_int,
pub status: u_int32_t,
pub flags: u_int32_t,
}Fields§
§eid: c_int§host: *mut c_char§port: u_int§status: u_int32_t§flags: u_int32_tTrait Implementations§
Source§impl Clone for __db_repmgr_site
impl Clone for __db_repmgr_site
Source§fn clone(&self) -> __db_repmgr_site
fn clone(&self) -> __db_repmgr_site
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 __db_repmgr_site
impl Debug for __db_repmgr_site
Source§impl Default for __db_repmgr_site
impl Default for __db_repmgr_site
impl Copy for __db_repmgr_site
Auto Trait Implementations§
impl Freeze for __db_repmgr_site
impl RefUnwindSafe for __db_repmgr_site
impl !Send for __db_repmgr_site
impl !Sync for __db_repmgr_site
impl Unpin for __db_repmgr_site
impl UnwindSafe for __db_repmgr_site
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