Struct core_foundation::base::ItemRef
[−]
[src]
pub struct ItemRef<'a, T: 'a>(_, _);
A reference to an element inside a container
Trait Implementations
impl<'a, T> Deref for ItemRef<'a, T>
[src]
type Target = T
The resulting type after dereferencing.
ⓘImportant traits for &'a mut Wfn deref(&self) -> &T
[src]
ⓘImportant traits for &'a mut W
Dereferences the value.
impl<'a, T: Debug> Debug for ItemRef<'a, T>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more