Struct opencv::gapi::GCompileArg
source · pub struct GCompileArg { /* private fields */ }
Expand description
Represents an arbitrary compilation argument.
Any value can be wrapped into cv::GCompileArg, but only known ones (to G-API or its backends) can be interpreted correctly.
Normally objects of this class shouldn’t be created manually, use cv::compile_args() function which automatically wraps everything passed in (a variadic template parameter pack) into a vector of cv::GCompileArg objects.
Implementations§
source§impl GCompileArg
impl GCompileArg
pub fn default() -> GCompileArg
Trait Implementations§
source§impl Boxed for GCompileArg
impl Boxed for GCompileArg
source§impl Debug for GCompileArg
impl Debug for GCompileArg
source§impl Default for GCompileArg
impl Default for GCompileArg
source§impl Drop for GCompileArg
impl Drop for GCompileArg
source§impl GCompileArgTrait for GCompileArg
impl GCompileArgTrait for GCompileArg
source§impl GCompileArgTraitConst for GCompileArg
impl GCompileArgTraitConst for GCompileArg
impl Send for GCompileArg
impl VectorElement for GCompileArg
Auto Trait Implementations§
impl RefUnwindSafe for GCompileArg
impl !Sync for GCompileArg
impl Unpin for GCompileArg
impl UnwindSafe for GCompileArg
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