Struct rust_corosync::cpg::CpgIter
source · pub struct CpgIter {
pub group: String,
pub nodeid: NodeId,
pub pid: u32,
}Expand description
struct returned from iterating over a CpgIterStart
Fields§
§group: String§nodeid: NodeId§pid: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CpgIter
impl Send for CpgIter
impl Sync for CpgIter
impl Unpin for CpgIter
impl UnwindSafe for CpgIter
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