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]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'a, T: Debug> Debug for ItemRef<'a, T>
[src]

[src]

Formats the value using the given formatter.