Struct rust_corosync::cmap::CmapIter
source · pub struct CmapIter { /* private fields */ }Expand description
Value returned from the iterator. contains the key name and the Data
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CmapIter
impl Send for CmapIter
impl Sync for CmapIter
impl Unpin for CmapIter
impl UnwindSafe for CmapIter
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