Struct rust_corosync::cmap::CmapIterStart
source · [−]pub struct CmapIterStart { /* private fields */ }Expand description
Create one of these to start iterating over cmap values.
Implementations
sourceimpl CmapIterStart
impl CmapIterStart
sourcepub fn new(cmap_handle: Handle, prefix: &str) -> Result<CmapIterStart>
pub fn new(cmap_handle: Handle, prefix: &str) -> Result<CmapIterStart>
Create a new CmapIterStart object for iterating over a list of cmap keys
Trait Implementations
sourceimpl IntoIterator for CmapIterStart
impl IntoIterator for CmapIterStart
Auto Trait Implementations
impl RefUnwindSafe for CmapIterStart
impl Send for CmapIterStart
impl Sync for CmapIterStart
impl Unpin for CmapIterStart
impl UnwindSafe for CmapIterStart
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