Struct core_foundation::base::ItemRef [−][src]
pub struct ItemRef<'a, T: 'a>(_, _);
Expand description
A reference to an element inside a container
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for ItemRef<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> Send for ItemRef<'a, T> where
T: Send + Sync,
T: Send + Sync,
impl<'a, T> Sync for ItemRef<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Unpin for ItemRef<'a, T> where
T: Unpin,
T: Unpin,
impl<'a, T> UnwindSafe for ItemRef<'a, T> where
T: RefUnwindSafe + UnwindSafe,
T: RefUnwindSafe + UnwindSafe,