[−][src]Type Definition opencv::types::VectorOfu8
type VectorOfu8 = Vector<u8>;
type VectorOfu8 = Vector<u8>;
impl VectorOfu8[src]pub fn as_raw_VectorOfu8(&self) -> *const c_void[src]pub fn as_raw_mut_VectorOfu8(&mut self) -> *mut c_void[src]impl ToInputArray for VectorOfu8[src]fn input_array(&self) -> Result<_InputArray>[src]impl<'_> ToInputArray for &'_ VectorOfu8[src]fn input_array(&self) -> Result<_InputArray>[src]impl ToInputOutputArray for VectorOfu8[src]fn input_output_array(&mut self) -> Result<_InputOutputArray>[src]impl<'_> ToInputOutputArray for &'_ mut VectorOfu8[src]fn input_output_array(&mut self) -> Result<_InputOutputArray>[src]impl ToOutputArray for VectorOfu8[src]fn output_array(&mut self) -> Result<_OutputArray>[src]impl<'_> ToOutputArray for &'_ mut VectorOfu8[src]fn output_array(&mut self) -> Result<_OutputArray>[src]