[][src]Trait cpp_core::ops::BeginMut

pub trait BeginMut {
    type Output;
    unsafe fn begin_mut(&mut self) -> Self::Output;
}

Represents C++'s begin() function.

Associated Types

type Output

Output type.

Loading content...

Required methods

unsafe fn begin_mut(&mut self) -> Self::Output

Returns a C++ mutable iterator object pointing to the beginning of the collection.

Loading content...

Implementors

Loading content...