Struct core_foundation::array::ItemRef
[−]
[src]
pub struct ItemRef<'a, T: 'a>(_, _);
A reference to an element inside the array
Trait Implementations
impl<'a, T> Deref for ItemRef<'a, T>
[src]
type Target = T
The resulting type after dereferencing.
fn deref(&self) -> &T
[src]
Dereferences the value.