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]

The resulting type after dereferencing.

Important traits for &'a mut W
[src]

Dereferences the value.

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

[src]

Formats the value using the given formatter. Read more

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

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl<'a, T> Send for ItemRef<'a, T> where
    T: Send + Sync

impl<'a, T> Sync for ItemRef<'a, T> where
    T: Sync