Struct rust_corosync::cpg::CpgIter
source · [−]Expand description
struct returned from iterating over a CpgIterStart
Fields
group: Stringnodeid: NodeIdpid: 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more