Struct core_foundation::base::ItemMutRef [−][src]
pub struct ItemMutRef<'a, T: 'a>(_, _);
A reference to a mutable element inside a container
Trait Implementations
impl<'a, T> Deref for ItemMutRef<'a, T>[src]
impl<'a, T> Deref for ItemMutRef<'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> DerefMut for ItemMutRef<'a, T>[src]
impl<'a, T> DerefMut for ItemMutRef<'a, T>ⓘImportant traits for &'a mut Rfn deref_mut(&mut self) -> &mut T[src]
ⓘImportant traits for &'a mut R
fn deref_mut(&mut self) -> &mut TMutably dereferences the value.
impl<'a, T: Debug> Debug for ItemMutRef<'a, T>[src]
impl<'a, T: Debug> Debug for ItemMutRef<'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 ItemMutRef<'a, T>[src]
impl<'a, T: PartialEq> PartialEq for ItemMutRef<'a, T>Auto Trait Implementations
impl<'a, T> Send for ItemMutRef<'a, T> where
T: Send + Sync,
impl<'a, T> Send for ItemMutRef<'a, T> where
T: Send + Sync, impl<'a, T> Sync for ItemMutRef<'a, T> where
T: Sync,
impl<'a, T> Sync for ItemMutRef<'a, T> where
T: Sync,