Struct rust_corosync::cpg::CpgIterStart
source · [−]pub struct CpgIterStart { /* private fields */ }Expand description
An object to iterate over a list of CPG groups, create one of these and then use ‘for’ over it
Implementations
sourceimpl CpgIterStart
impl CpgIterStart
sourcepub fn new(
cpg_handle: Handle,
group: &str,
iter_type: CpgIterType
) -> Result<CpgIterStart>
pub fn new(
cpg_handle: Handle,
group: &str,
iter_type: CpgIterType
) -> Result<CpgIterStart>
Create a new CpgIterStart object for iterating over a list of active CPG groups
Trait Implementations
sourceimpl IntoIterator for CpgIterStart
impl IntoIterator for CpgIterStart
Auto Trait Implementations
impl RefUnwindSafe for CpgIterStart
impl Send for CpgIterStart
impl Sync for CpgIterStart
impl Unpin for CpgIterStart
impl UnwindSafe for CpgIterStart
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