Struct opencv::core::Queue [−][src]
Implementations
impl Queue[src]
pub fn as_raw_Queue(&self) -> *const c_void[src]
pub fn as_raw_mut_Queue(&mut self) -> *mut c_void[src]
impl Queue[src]
pub fn default() -> Result<Queue>[src]
pub fn new(c: &Context, d: &Device) -> Result<Queue>[src]
C++ default parameters
- d: Device()
pub fn copy(q: &Queue) -> Result<Queue>[src]
pub fn get_default() -> Result<Queue>[src]
Trait Implementations
impl Boxed for Queue[src]
unsafe fn from_raw(ptr: *mut c_void) -> Self[src]
fn into_raw(self) -> *mut c_void[src]
fn as_raw(&self) -> *const c_void[src]
fn as_raw_mut(&mut self) -> *mut c_void[src]
impl Drop for Queue[src]
impl QueueTrait for Queue[src]
fn as_raw_Queue(&self) -> *const c_void[src]
fn as_raw_mut_Queue(&mut self) -> *mut c_void[src]
fn create(&mut self, c: &Context, d: &Device) -> Result<bool>[src]
fn finish(&mut self) -> Result<()>[src]
fn ptr(&self) -> Result<*mut c_void>[src]
fn get_profiling_queue(&self) -> Result<Queue>[src]
fn empty(&self) -> Result<bool>[src]
impl Send for Queue[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,