Struct obs_wrapper::properties::ListProp
source · [−]pub struct ListProp<'props, T> { /* private fields */ }Expand description
Wrapper around obs_property_t, which is a list of possible values for a
property.
Implementations
Auto Trait Implementations
impl<'props, T> RefUnwindSafe for ListProp<'props, T>where
T: RefUnwindSafe,
impl<'props, T> !Send for ListProp<'props, T>
impl<'props, T> !Sync for ListProp<'props, T>
impl<'props, T> Unpin for ListProp<'props, T>where
T: Unpin,
impl<'props, T> !UnwindSafe for ListProp<'props, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more