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]
impl<'a, T> Deref for ItemRef<'a, T>type Target = T
The resulting type after dereferencing.
ⓘImportant traits for &'a mut Rfn deref(&self) -> &T[src]
ⓘImportant traits for &'a mut R
fn deref(&self) -> &TDereferences the value.
impl<'a, T: Debug> Debug for ItemRef<'a, T>[src]
impl<'a, T: Debug> Debug for ItemRef<'a, T>fn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl<'a, T: PartialEq> PartialEq for ItemRef<'a, T>[src]
impl<'a, T: PartialEq> PartialEq for ItemRef<'a, T>