pub struct use_only { /* private fields */ }
Expand description
\addtogroup gapi_compile_args /
cv::gapi::use_only() is a special combinator which hints G-API to use only kernels specified in cv::GComputation::compile() (and not to extend kernels available by default with that package).
Trait Implementations§
source§impl Boxed for use_only
impl Boxed for use_only
source§impl use_onlyTrait for use_only
impl use_onlyTrait for use_only
fn as_raw_mut_use_only(&mut self) -> *mut c_void
fn set_pkg(&mut self, val: GKernelPackage)
source§impl use_onlyTraitConst for use_only
impl use_onlyTraitConst for use_only
fn as_raw_use_only(&self) -> *const c_void
fn pkg(&self) -> GKernelPackage
impl Send for use_only
Auto Trait Implementations§
impl RefUnwindSafe for use_only
impl !Sync for use_only
impl Unpin for use_only
impl UnwindSafe for use_only
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more