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
sourceimpl GCompileArg
impl GCompileArg
pub fn default() -> GCompileArg
Trait Implementations
sourceimpl Boxed for GCompileArg
impl Boxed for GCompileArg
sourceimpl Default for GCompileArg
impl Default for GCompileArg
sourceimpl Drop for GCompileArg
impl Drop for GCompileArg
sourceimpl GCompileArgTrait for GCompileArg
impl GCompileArgTrait for GCompileArg
sourceimpl GCompileArgTraitConst for GCompileArg
impl GCompileArgTraitConst for GCompileArg
impl Send for GCompileArg
impl VectorElement for GCompileArgwhere
Vector<GCompileArg>: VectorExtern<GCompileArg>,
Auto Trait Implementations
impl RefUnwindSafe for GCompileArg
impl !Sync for GCompileArg
impl Unpin for GCompileArg
impl UnwindSafe for GCompileArg
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