Struct rust_corosync::cpg::Address
source · pub struct Address {
pub nodeid: NodeId,
pub pid: u32,
pub reason: Reason,
}Expand description
A CPG address entry returned in the callbacks
Fields§
§nodeid: NodeId§pid: u32§reason: ReasonTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin for Address
impl UnwindSafe for Address
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