Struct obs_wrapper::data::DataArray
source · [−]pub struct DataArray<'parent> { /* private fields */ }Implementations
Trait Implementations
sourceimpl FromDataItem for DataArray<'_>
impl FromDataItem for DataArray<'_>
fn typ() -> DataType
unsafe fn from_item_unchecked(item: *mut obs_data_item_t) -> Self
Auto Trait Implementations
impl<'parent> RefUnwindSafe for DataArray<'parent>
impl<'parent> !Send for DataArray<'parent>
impl<'parent> !Sync for DataArray<'parent>
impl<'parent> Unpin for DataArray<'parent>
impl<'parent> UnwindSafe for DataArray<'parent>
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